Non-Generic Collections
The elements of the list are of type object, dictionaries keys and values are objects. There is no means to the constraints of data in the collection. Located in System.Collections namespace in .NET Framework.
1. Array
2. ArrayList
3. ICollection
4. IList