Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Keys Property

Gets an [ICollection{T}] containing the keys of the [IDictionary{TKey,TValue}].

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ICollection<ValueTuple<TKey1, TKey2>> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of ValueTuple(Of TKey1, TKey2))
	Get

Return Value

An [ICollection{T}] containing the keys of the object that implements [IDictionary{TKey,TValue}].