不排序和可以重复Key的SortedList。
摘要:同事想实现一个保留添加顺序的字典表,用Hashtableb不能满足要求,普通的SortedList会自动排序,看了一下帮助,实现方法非常简单,代码如下: usingSystem;usingSystem.Collections;namespacetestSortedList{classClass1{[STAThread]staticvoid...
阅读全文
posted @ 2005-05-16 09:54
浙公网安备 33010602011771号