The Dictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an item to the Dictionary.
|
![]() |
AddItem |
Adds an item to the Dictionary.
|
![]() |
Clear |
Removes all objects from the Dictionary.
|
![]() |
ClearItems |
Removes all objects from the Dictionary.
|
![]() |
ClearItemsByRemoving |
Removes all objects from the Dictionary by calling Remove on each of them.
|
![]() |
Contains |
Determines whether the Dictionary contains a specified item by using the default equality comparer.
|
![]() |
ContainsKey |
Determines whether the Dictionary contains the specified key.
|
![]() |
CopyTo |
Copies the elements of the Dictionary to an array, starting at the specified array index.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the Dictionary.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove |
Removes an item from the Dictionary.
|
![]() |
RemoveItem |
Removes an item from the Dictionary.
|
![]() |
SetItem |
Replaces the item with the specified key.
|
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue |
Gets the value associated with the specified key.
|
Extension Methods
Name | Description | |
---|---|---|
![]() |
IsNullOrDBNull | (Defined by ObjectExtensions.) |