The Dictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Dictionary<(Of <(<'TKey, TValue>)>)>()()()() |
Initializes a new instance of the Dictionary class with the default key comparer.
|
![]() |
Dictionary<(Of <(<'TKey, TValue>)>)>(IEqualityComparer<(Of <<'(TKey>)>>)) |
Initializes a new instance of the Dictionary class with the specified key comparer.
|
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.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of key/value pairs contained in the Dictionary.
|
![]() |
IsReadOnly |
Gets a value indicating whether the Dictionary is read-only.
|
![]() |
Item |
Gets or sets the value associated with the specified key.
|
![]() |
Keys |
Gets a collection containing the keys in the Dictionary.
|
![]() |
Values |
Gets a collection containing the values in the Dictionary.
|