摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Con 阅读全文
posted @ 2017-06-12 21:11 小程序员// 阅读(132) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Con 阅读全文
posted @ 2017-06-12 21:10 小程序员// 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 普通集合和泛型集合的区别: 泛型集合与传统集合相比 类型更安全. 泛型集合无需装箱拆箱操作. 泛型的重要性. 泛型是未来五年的主流技术 ...通常情况下,建议您使用泛型集合,因为这样可以获得类型安全的直接优点而不需要从基集合类型派生并实现类型特定的成员。此外,如果集合元素为值类型,泛型集合类型的性能 阅读全文
posted @ 2017-06-12 21:10 小程序员// 阅读(2337) 评论(0) 推荐(0) 编辑