goo*_*ate -1 .net c# arrays string
我有一些字符串定义"a" "b"和"c".
"a" "b"
"c"
如何在C#中将它们变成字符串[]?
当我这样做时,args = new string[3](file, DestUri, DestStorage);我得到"需要方法名称"
args = new string[3](file, DestUri, DestStorage);
sa_*_*213 8
我错过了什么,或者你只是需要这个:
string[] strings = new string[]{file, DestUri, DestStorage};
归档时间:
13 年,3 月 前
查看次数:
92 次
最近记录: