是否可能从具有遥感和源的灵活中选C# Generic类别?
remoteObject = new RemoteObject("fluorine");
remoteObject.source="Service.GenericClass`1"; //how specific the entity class??
remoteObject.getMethod(arg1, arg2);
I m 获取这一错误信息:
Cannot create an instance of Service.GenericClass``1[T] because ContainsGenericParameters is true.
这样做是有意义的,因为我没有具体说明实体类别,但我如何这样做?
I m 利用Fx进行改造。