摘要: System.Collections命名空间包含可使用的集合类和相关的接口。该命名空间下的.NET非泛型集合类如下所示: — System.Collections.ArrayList:数组集合类,使用大小可按动态增加的数组实现Ilist接口。— System.Collections.BitArray 阅读全文
posted @ 2016-06-29 18:46 原野上的王 阅读(1527) 评论(0) 推荐(1) 编辑