想人陪小蘑菇

文章
7
资源
0
加入时间
2年11月11天

不排序和可以重复Key的SortedList。

同事想实现一个保留添加顺序的字典表,用Hashtableb不能满足要求,普通的SortedList会自动排序,看了一下帮助,实现方法非常简单,代码如下:usingSystem;usingSystem.Collections;namespacetestSortedList{classClass1{[STAThread]staticvo...