static void Main(string[] args) { int[] array = new int[5] { 10, 20, 30, 40, 50 }; IEnumerable<int> reversed = array.Reverse(); Console.
確定! 回上一頁