Collections

| By Webner

Collections: It holds many values or objects in a specific series. The two types of collections in C# : Non-generic collections Generic collections NON-GENERIC COLLECTIONS Hierarchical structure of non-generic collections: <interface> IEnumerator <interface> IEnumerable <interface> ICollection <interface> IDictionary Hashtable Sorted