Interface | Description |
---|---|
ICollection<T> |
Defines methods to manipulate generic collections.
|
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 | Description |
---|---|
EqualityComparer<T> | |
KeyValuePair<TKey,TValue> |
Defines a key/value pair that can be set or retrieved.
|
Exception | Description |
---|---|
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.
|