System.Collections 命名空间
包括受保护的成员
包括继承的成员
包括 .NET Framework 成员
包括 XNA Framework 成员
包括 可移植类库 成员
System.Collections 命名空间包含具有以下功能的类型:定义各种标准的、专门的、通用的集合对象。
命名空间
命名空间 | 说明 |
---|---|
System.Collections | System.Collections 命名空间包含定义各种对象集合的接口和类,这些对象包括列表、队列、位数组、哈希表和字典等。 |
System.Collections.Concurrent | System.Collections.Concurrent 命名空间提供多个线程安全集合类。当有多个线程并发访问集合时,应使用这些类代替 System.Collections 和 System.Collections.Generic 命名空间中的对应类型。 |
System.Collections.Generic | System.Collections.Generic 命名空间包含定义泛型集合的接口和类,泛型集合允许用户创建强类型集合,它能提供比非泛型强类型集合更好的类型安全性和性能。 |
System.Collections.ObjectModel | System.Collections.ObjectModel 名称空间包含可在可重用库的对象模型中用作集合的类。在属性或方法返回集合时使用这些类。 |
System.Collections.Specialized | System.Collections.Specialized 命名空间包含专用的和强类型的集合;例如链接的列表词典、位向量以及只包含字符串的集合。 |