Initialize Arrays in C# with Known Number of Elements. We can initialize an array with its type and size: var students = new string[2];.
確定! 回上一頁