Monday, June 20, 2016

Collection Interfaces

All of the collection types use some common interfaces. These common interfaces define the basic functionality for each collection class. The Key collection interfaces are IEnumerable, ICollection, IDictionary and IList.

IEnumerable acts as a base interface for all the collection types that is extended by ICollection. ICollection is further extended by IDictionary and IList.



No comments:

Post a Comment