最佳答案
如何使用 List<T>
作为方法的参数,我尝试下面的语法:
void Export(List<T> data, params string[] parameters){
}
编译错误:
找不到类型或命名空间名称“ T”(是否缺少 using 指令或程序集引用?)