Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> Properties
The Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)> type exposes the following members.
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}].
|