Classes
-
Key
Not The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.Found Exception -
Key
Value static Creates instances of the KeyValuePair`2 struct.Pair
Structures
-
Key
Value Defines a key/value pair that can be set or retrieved.Pair`2
Interfaces
-
IAsync
Enumerable`1 Exposes an enumerator that provides asynchronous iteration over values of a specified type. -
IAsync
Enumerator`1 Supports a simple asynchronous iteration over a generic collection. - ICollection`1 Defines methods to manipulate generic collections.
- IComparer`1 Defines a method that a type implements to compare two objects.
- IDictionary`2 Represents a generic collection of key/value pairs.
- IEnumerable`1 Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
- IEnumerator`1 Supports a simple iteration over a generic collection.
-
IEquality
Comparer`1 Defines methods to support the comparison of objects for equality. - IList`1 Represents a collection of objects that can be individually accessed by index.
-
IRead
Only Represents a strongly-typed, read-only collection of elements.Collection`1 -
IRead
Only Represents a generic read-only collection of key/value pairs.Dictionary`2 -
IRead
Only Represents a read-only collection of elements that can be accessed by index.List`1 -
IRead
Only Provides a readonly abstraction of a set.Set`1 - ISet`1 Provides the base interface for the abstraction of sets.