摘要: C#.NET的集合主要位于System.Collections和System.Collections.Generic(泛型)这两个namespace中。1、System.Collections比如ArrayList,其Add(继承自接口IList)和AddRange方法可用于想集合中添加元素。代码示... 阅读全文
posted @ 2015-10-29 20:36 若爱请深爱 阅读(857) 评论(1) 推荐(0)