This post will discuss how to declare and initialize an empty array in C#. ... int[] array = new int[0];. Console.WriteLine(array.Length);.
確定! 回上一頁