SortedList排序列表怎么樣逆序輸出?
System.Collections.Generic.List<int>ints=newList<int>();
ints.Sort();//排序
ints.Reverse();//反轉(zhuǎn)順序
SortedList排序列表怎么樣逆序輸出?
System.Collections.Generic.List<int>ints=newList<int>();
ints.Sort();//排序
ints.Reverse();//反轉(zhuǎn)順序