最佳答案
如何定义一个默认使用空数组的可选数组的函数?
public void DoSomething(int index, ushort[] array = new ushort[] {},
bool thirdParam = true)
结果:
“ array”的默认参数值必须是编译时常数。