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) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetHashCode |
Serves as the default hash function. (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(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 |
Returns a string that represents the current object. (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}].
|