摘要:
2010-08-19 15:30:20|分类: C#.Net |标签:collections命名空间集合dictionary泛型 |字号大中小订阅 StringDictionary:默认key不区分大小写 NameValueCollection:默认key区分大小写 KeyedCollection:不是键值对容器,但是比键值对容器更好用,强烈推荐命名空间using System.Collections.SpecializedSystem.Collections 命名空间包含接口和类,这些接口和类定义各种对象(如列表、队列、位数组、哈希表和字典)的集合。 System.Collections.G 阅读全文