|
| Class | Description |
|---|
.gif) | Comparer<(Of <(T>)>) | Provides a base class for implementations of the IComparer<(Of <(T>)>) generic interface. |
.gif) | Dictionary<(Of <(TKey, TValue>)>) | Represents a collection of keys and values. |
.gif) | Dictionary<(Of <(TKey, TValue>)>)..::.KeyCollection | Represents the collection of keys in a Dictionary<(Of <(TKey, TValue>)>). This class cannot be inherited. |
.gif) | Dictionary<(Of <(TKey, TValue>)>)..::.ValueCollection | Represents the collection of values in a Dictionary<(Of <(TKey, TValue>)>). This class cannot be inherited. |
.gif) | EqualityComparer<(Of <(T>)>) | Provides a base class for implementations of the IEqualityComparer<(Of <(T>)>) generic interface. |
.gif) | HashSet<(Of <(T>)>) | Represents a set of values. |
.gif) | KeyedByTypeCollection<(Of <(TItem>)>) | Provides a collection whose items are types that serve as keys. |
.gif) | 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. |
.gif) | LinkedList<(Of <(T>)>) | Represents a doubly linked list. |
.gif) | LinkedListNode<(Of <(T>)>) | Represents a node in a LinkedList<(Of <(T>)>). This class cannot be inherited. |
.gif) | List<(Of <(T>)>) | Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. |
.gif) | Queue<(Of <(T>)>) | Represents a first-in, first-out collection of objects. |
.gif) | SortedDictionary<(Of <(TKey, TValue>)>) | Represents a collection of key/value pairs that are sorted on the key. |
.gif) | SortedDictionary<(Of <(TKey, TValue>)>)..::.KeyCollection | Represents the collection of keys in a SortedDictionary<(Of <(TKey, TValue>)>). This class cannot be inherited. |
.gif) | SortedDictionary<(Of <(TKey, TValue>)>)..::.ValueCollection | Represents the collection of values in a SortedDictionary<(Of <(TKey, TValue>)>). This class cannot be inherited. |
.gif) | SortedList<(Of <(TKey, TValue>)>) | Represents a collection of key/value pairs that are sorted by key based on the associated IComparer<(Of <(T>)>) implementation. |
.gif) | Stack<(Of <(T>)>) | Represents a variable size last-in-first-out (LIFO) collection of instances of the same arbitrary type. |
.gif) | SynchronizedCollection<(Of <(T>)>) | Provides a thread-safe collection that contains objects of a type specified by the generic parameter as elements. |
.gif) | SynchronizedKeyedCollection<(Of <(K, T>)>) | Provides a thread-safe collection that contains objects of a type specified by a generic parameter and that are grouped by keys. |
.gif) | SynchronizedReadOnlyCollection<(Of <(T>)>) | Provides a thread-safe, read-only collection that contains objects of a type specified by the generic parameter as elements. |