泛型集合List的详细用法
摘要:
命名空间: System.Collections.Generic List<T>类是 ArrayList 类的泛型等效类。 该类使用大小可 按需动态增加 的数组实现 IList<T> 泛型接口。 Enumerable 枚举 Collection 集合 泛型的好处: 它为使用c#语言编写面向对象程序增 阅读全文
posted @ 2019-03-19 20:24 SUN99 阅读(8090) 评论(0) 推荐(0)