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

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

Properties


  Name Description
Public property Comparer
Gets the comparer.
Public property Count
Gets the number of elements contained in the [ICollection{T}].
Public property Item[([( ValueTuple<(Of <<'(TKey1, TKey2>)>>)])])
Gets or sets the element with the specified key.
Public property Item[([( TKey1, TKey2])])
Gets or sets the value with the specified keys.
Public property Keys
Gets an [ICollection{T}] containing the keys of the [IDictionary{TKey,TValue}].
Public property Values
Gets an [ICollection{T}] containing the values in the [IDictionary{TKey,TValue}].