0
是否有可能使用RemoteObject和source從Flex創建C#通用類的實例?如何從ActionScript RemoteObject實例C#Generic <T>類?
remoteObject = new RemoteObject("fluorine");
remoteObject.source="Service.GenericClass`1"; //how specific the entity class??
remoteObject.getMethod(arg1, arg2);
我得到這個錯誤信息:因爲 ContainsGenericParameters是真的
無法創建Service.GenericClass``1 [T]的實例。
這是有道理的,因爲我沒有指定實體類,但是,我該怎麼做?
我正在使用FluorineFx進行遠程處理。
@Dan:注意'**'粗體命令在代碼格式中不起作用。它有時很煩人... – sarnold
@sarnold我應該刪除那些那裏(不知道爲什麼我沒有..) – Dan