System.Collections Namespace

Provides interfaces and classes that define collections of objects, such as lists, queues, arrays, hash tables, and dictionaries. This namespace includes both non-generic collections (like ArrayList and Hashtable) and generic collections (like List<T> and Dictionary<TKey, TValue>).

Interfaces

Classes

Enumerations