学用 ASP.Net 之 System.Collections.Specialized.CollectionsUtil 类

通过 CollectionsUtil 创建或包装的 "键/值对" 类(实现 IDictionary 的), 可以忽略 Key 的大小写.


主要成员:



创建忽略大小写的 Hashtable:



创建忽略大小写的 SortedList:



包装一个 Hashtable 为忽略大小写: