怕黑鸡翅

文章
3
资源
0
加入时间
2年10月21天

不排序和可以重复Key的SortedList

普通的SortedList会自动排序,下面实现不自动排序代码如下: using System;using System.Collections;namespace testSortedList{ class Class1 { [STAThread] static void Main(string[] args) {