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 排序集合类