Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> Methods

The Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> type exposes the following members.

Methods


  Name Description
Public method Add(ValueTuple<(Of <<'(TKey1, TKey2>)>>), TValue)
Adds an element with the provided key and value to the [IDictionary{TKey,TValue}].
Public method Add(TKey1, TKey2, TValue)
Adds an element with the provided key and value to the [IDictionary{TKey,TValue}].
Public method Add(KeyValuePair<(Of <<'(ValueTuple<(Of <<'(TKey1, TKey2>)>>), TValue>)>>))
Adds an item to the [ICollection{T}].
Public method Clear
Removes all items from the [ICollection{T}].
Public method ContainsKey(ValueTuple<(Of <<'(TKey1, TKey2>)>>))
Determines whether the [IDictionary{TKey,TValue}] contains an element with the specified key.
Public method ContainsKey(TKey1, TKey2)
Determines whether the [IDictionary{TKey,TValue}] contains an element with the specified key.
Public method CopyTo
Copies the elements of the [ICollection{T}] to an [Array], starting at a particular [Array] index.
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove(ValueTuple<(Of <<'(TKey1, TKey2>)>>))
Removes the element with the specified key from the [IDictionary{TKey,TValue}].
Public method Remove(TKey1, TKey2)
Removes the element with the specified key from the [IDictionary{TKey,TValue}].
Public method Remove(KeyValuePair<(Of <<'(ValueTuple<(Of <<'(TKey1, TKey2>)>>), TValue>)>>))
Removes the first occurrence of a specific object from the [ICollection{T}].
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TryGetValue(ValueTuple<(Of <<'(TKey1, TKey2>)>>), Nullable<(Of <<'(TValue>)>>)%)
Gets the value associated with the specified key.
Public method TryGetValue(TKey1, TKey2, Nullable<(Of <<'(TValue>)>>)%)
Gets the value associated with the specified key.