surging
surging copied to clipboard
如果参数类型为数组时,无法动态生成代理?
如果定义一个方法:
Task<ICollection<string>> CreateArrayMethod(string[] inputs);
在调用CompilationUtilitys.Compile
方法时,出现如下错误:
(39,73): error CS0234: The type or namespace name 'String[]' does not exist in the namespace 'System' (are you missing an assembly reference?)
string[] 这个类型不支持