System.Collections 命名空间包含可使用的集合类和相关接口,该命名空间下的.net 非 泛型集合类如下所示

using System.Collections.ArrayList; 数组集合类

using System.Collections.Bitarray 布尔集合类

using System.Collections.Queue队列

using System.Collections.Stack 堆栈

using System.Collections.Hashtable 哈希表

using System.Collections.SortedList  排序集合类

  

Posted on 2010-12-29 14:19  lichen396116416  阅读(132)  评论(0编辑  收藏  举报