Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Gets a read-only collection all the keys in this dictionary.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public virtual ICollection<TKey> Keys { get; }
Public Overridable ReadOnly Property Keys As ICollection(Of TKey)
	Get
public:
virtual property ICollection<TKey>^ Keys {
	ICollection<TKey>^ get ();
}

Field Value

An readonly ICollection<TKey> of all the keys in this dictionary.