ReadOnlyMultiValueDictionary<(Of <(<'TKey, TValue>)>)>..::..Keys Property

Gets an enumerable collection that contains the keys in the read-only dictionary.

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

Syntax


public IEnumerable<TKey> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of TKey)
	Get

Field Value

The keys.