You can create an empty array by setting the length to [0]. To instantiate the Array, You must specify the array length. Use Array.Empty<int>() ...
確定! 回上一頁