System.Collections.Generic Namespace
Classes
Class | Description | |
---|---|---|
![]() |
Comparer<(Of <(<'T>)>)> | |
![]() |
Dictionary<(Of <(<'TKey, TValue>)>)> | |
![]() |
EqualityComparer<(Of <(<'T>)>)> | |
![]() |
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.
|
![]() |
KeyValuePair<(Of <(<'TKey, TValue>)>)> |
Defines a key/value pair that can be set or retrieved.
|
![]() |
List<(Of <(<'T>)>)> |
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.To browse the .NET Framework source code for this type, see the Reference Source.
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
ICollection<(Of <(<'T>)>)> |
Defines methods to manipulate generic collections.
|
![]() |
IComparer<(Of <(<'T>)>)> |
Defines a method that a type implements to compare two objects.
|
![]() |
IDictionary<(Of <(<'TKey, TValue>)>)> |
Represents a generic collection of key/value pairs.
|
![]() |
IEnumerable<(Of <(<'T>)>)> |
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.To browse the .NET Framework source code for this type, see the Reference Source.
|
![]() |
IEnumerator<(Of <(<'T>)>)> |
Supports a simple iteration over a generic collection.
|
![]() |
IEqualityComparer<(Of <(<'T>)>)> |
Defines methods to support the comparison of objects for equality.
|
![]() |
IList<(Of <(<'T>)>)> |
Represents a collection of objects that can be individually accessed by index.
|
![]() |
ISet<(Of <(<'T>)>)> |
Provides the base interface for the abstraction of sets.
|