To create an int array of size 5 filled with "100" int[] intArray = Enumerable.Repeat(100, 5).ToArray();. To create a string array of size 5 filled with "C# ...
確定! 回上一頁