Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> Methods
The Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add(ValueTuple<(Of <<'(TKey1, TKey2>)>>), TValue) |
Adds an element with the provided key and value to the [IDictionary{TKey,TValue}].
|
|
|
Add(TKey1, TKey2, TValue) |
Adds an element with the provided key and value to the [IDictionary{TKey,TValue}].
|
|
|
Add(KeyValuePair<(Of <<'(ValueTuple<(Of <<'(TKey1, TKey2>)>>), TValue>)>>)) |
Adds an item to the [ICollection{T}].
|
|
|
Clear |
Removes all items from the [ICollection{T}].
|
|
|
ContainsKey(ValueTuple<(Of <<'(TKey1, TKey2>)>>)) |
Determines whether the [IDictionary{TKey,TValue}] contains an element with the specified key.
|
|
|
ContainsKey(TKey1, TKey2) |
Determines whether the [IDictionary{TKey,TValue}] contains an element with the specified key.
|
|
|
CopyTo |
Copies the elements of the [ICollection{T}] to an [Array], starting at a particular [Array] index.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Remove(ValueTuple<(Of <<'(TKey1, TKey2>)>>)) |
Removes the element with the specified key from the [IDictionary{TKey,TValue}].
|
|
|
Remove(TKey1, TKey2) |
Removes the element with the specified key from the [IDictionary{TKey,TValue}].
|
|
|
Remove(KeyValuePair<(Of <<'(ValueTuple<(Of <<'(TKey1, TKey2>)>>), TValue>)>>)) |
Removes the first occurrence of a specific object from the [ICollection{T}].
|
|
|
ToString | (Inherited from Object.) |
|
|
TryGetValue(ValueTuple<(Of <<'(TKey1, TKey2>)>>), Nullable<(Of <<'(TValue>)>>)%) |
Gets the value associated with the specified key.
|
|
|
TryGetValue(TKey1, TKey2, Nullable<(Of <<'(TValue>)>>)%) |
Gets the value associated with the specified key.
|

