摘要: 转自http://panjunlai.blog.163.com/"System.Collections命名空间包含可使用的集合类和相关的接口。该命名空间下的.NET非泛型集合类如下所示:— System.Collections.ArrayList:数组集合类,使用大小可按动态增加的数组实现Ilist接口。— System.Collections.BitArray:布尔集合类,管理位值的压缩数组,该值为布尔值。— System.Collections.Queue:队列,表示对象的先进先出集合。— System.Collections.Stack:堆栈,表示对象的简单的后进先出集合。— Syste 阅读全文
posted @ 2011-02-07 19:27 ndxsdhy 阅读(301) 评论(0) 推荐(0) 编辑