int[] arr = new int[] { 1,2,3 }; arr = (from a in arr orderby a descending select a).ToArray();.
確定! 回上一頁