Namespaces de System.Collections

Incluir membros protegidos
Incluir membros herdados

Incluir membros do .NET Framework
Incluir membros do XNA Framework
Incluir Membros Biblioteca de Classes Portátil

Os namespaces do System.Collections contêm tipos que definem vários objetos de conjuntos padrão, especializados e genéricos.

Namespaces

Namespace Descrição
System.Collections The System.Collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.
System.Collections.Concurrent O System.Collections.Concurrent namespace fornece várias classes de coleção thread-safe que devem ser usados no lugar dos tipos correspondentes na System.Collections e System.Collections.Generic namespaces sempre que vários threads acessando a coleção simultaneamente.
System.Collections.Generic The System.Collections.Generic namespace contains interfaces and classes that define generic collections, which allow users to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
System.Collections.ObjectModel O System.Collections.ObjectModel namespace contém classes que podem ser usados como coleções no modelo de objeto de uma biblioteca reutilizável.Use essas classes quando as propriedades ou métodos retornam coleções.
System.Collections.Specialized The System.Collections.Specialized namespace contains specialized and strongly-typed collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.