随笔分类 -  C#基础

C#基础知识
摘要:C#集合基础与运用转至:http://www.cnblogs.com/LiZhiW/p/3539839.html1.集合接口与集合类型(1)集合的命名空间大多数集合类都可以在 System.Collections 和 System.Collections.Generic 名称空间中找到。泛型集合位于System.Collections.Generic 名称空间中;专用于特定类型的集合类位于System.Collections.Specialized名称空间中;线程安全的集合位于System.Collections.Concurrent名称空间中。(2)集合接口介绍1、IEnumerable 与 阅读全文
posted @ 2014-02-08 04:28 飞花雪月 阅读(1841) 评论(0) 推荐(1)