Package System.Collections.Generic

Interface Summary
ICollection<T> Defines methods to manipulate generic collections.
IEnumerable<T> Exposes the Enumerator, which supports a simple iteration over a collection of a specified type.
IEnumerator<T> Supports a simple iteration over a generic collection.
IEqualityComparer<T> Defines methods to support the comparison of objects for equality.
IList<T> Represents a collection of objects that can be individually accessed by index.
 

Class Summary
KeyValuePair<TKey,TValue> Defines a key/value pair that can be set or retrieved.
 

Exception Summary
KeyNotFoundException The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.