int [] array = new int [] { 3, 1, 4, 5, 2 };. Array.Sort< int >( array );. Array.Reverse( array ); ...
確定! 回上一頁