Without using LINQ, we can copy a array to a list. Example: ... public static void Main(); {; int[] array = new int[3]; // New array with 3 elements ... List<int> ...
確定! 回上一頁