java代码:
public void setPicker(List<List<T>> options2Items)
如何编写Metadata.xml文件以将List<List<T>>
更改为.net的强类型。
因为当我放置一个.net对象时,例如:List<List<string>>
,vs将为我提供错误
cannot convert from 'System.Collections.Generic.List<System.Collections.Generic.List<string>>' to 'System.Collections.Generic.IList<System.Collections.IList>'