Bridge

System.Collections.Generic Namespace

Classes


  Class Description
Public class Comparer<(Of <(<'T>)>)>
Public class Dictionary<(Of <(<'TKey, TValue>)>)>
Public class EqualityComparer<(Of <(<'T>)>)>
Public class 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.
Public class KeyValuePair<(Of <(<'TKey, TValue>)>)>
Defines a key/value pair that can be set or retrieved.
Public class 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
Public interface ICollection<(Of <(<'T>)>)>
Defines methods to manipulate generic collections.
Public interface IComparer<(Of <(<'T>)>)>
Defines a method that a type implements to compare two objects.
Public interface IDictionary<(Of <(<'TKey, TValue>)>)>
Represents a generic collection of key/value pairs.
Public interface 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.
Public interface IEnumerator<(Of <(<'T>)>)>
Supports a simple iteration over a generic collection.
Public interface IEqualityComparer<(Of <(<'T>)>)>
Defines methods to support the comparison of objects for equality.
Public interface IList<(Of <(<'T>)>)>
Represents a collection of objects that can be individually accessed by index.
Public interface ISet<(Of <(<'T>)>)>
Provides the base interface for the abstraction of sets.