int[] sequence = Enumerable.Range(1, 100).ToArray();. This will generate an array containing the numbers 1 through 100 ( [1, 2, ...
確定! 回上一頁