System.Collections namespace in .NET Framework Class Library
The System.Collections namespace
contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, stacks, hashtables and dictionaries.
In the .NET Framework v2.0, the collections classes are expanded to include support for generic types, making for greater performance, and improved type safety.