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

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.)

See Also