Alternatively, if you need to sort a lot of arrays using the same set of keys: int[] indexes = Enumerable.Range(0, b.Length).ToArray(); Array.Sort(b, indexes);.
確定! 回上一頁