The Dictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Constructors

  Name Description
Protected method Dictionary<(Of <(<'TKey, TValue>)>)>()()()()
Initializes a new instance of the Dictionary class with the default key comparer.
Protected method Dictionary<(Of <(<'TKey, TValue>)>)>(IEqualityComparer<(Of <<'(TKey>)>>))
Initializes a new instance of the Dictionary class with the specified key comparer.

Methods

  Name Description
Public method Add
Adds an item to the Dictionary.
Protected method AddItem
Adds an item to the Dictionary.
Public method Clear
Removes all objects from the Dictionary.
Protected method ClearItems
Removes all objects from the Dictionary.
Protected method ClearItemsByRemoving
Removes all objects from the Dictionary by calling Remove on each of them.
Public method Contains
Determines whether the Dictionary contains a specified item by using the default equality comparer.
Public method ContainsKey
Determines whether the Dictionary contains the specified key.
Public method CopyTo
Copies the elements of the Dictionary to an array, starting at the specified array index.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the Dictionary.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes an item from the Dictionary.
Protected method RemoveItem
Removes an item from the Dictionary.
Protected method SetItem
Replaces the item with the specified key.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method TryGetValue
Gets the value associated with the specified key.

Extension Methods

  Name Description
Public Extension Method IsNullOrDBNull
Inidicates whether the specified Object is null or DBNull.
(Defined by ObjectExtensions.)

Properties

  Name Description
Public property Count
Gets the number of key/value pairs contained in the Dictionary.
Public property IsReadOnly
Gets a value indicating whether the Dictionary is read-only.
Public property Item
Gets or sets the value associated with the specified key.
Public property Keys
Gets a collection containing the keys in the Dictionary.
Public property Values
Gets a collection containing the values in the Dictionary.

See Also