Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> Members
The Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> type exposes the following members.
Constructors
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.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Comparer |
Gets the comparer.
|
|
|
Count |
Gets the number of elements contained in the [ICollection{T}].
|
|
|
Item[([( ValueTuple<(Of <<'(TKey1, TKey2>)>>)])]) |
Gets or sets the element with the specified key.
|
|
|
Item[([( TKey1, TKey2])]) |
Gets or sets the value with the specified keys.
|
|
|
Keys |
Gets an [ICollection{T}] containing the keys of the [IDictionary{TKey,TValue}].
|
|
|
Values |
Gets an [ICollection{T}] containing the values in the [IDictionary{TKey,TValue}].
|

