我需要声明一个空字符串数组,我正在使用此代码
string[] arr = new String[0]();
但我得到"方法名称预期"错误.
怎么了?
c# arrays string
arrays ×1
c# ×1
string ×1