Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Returns a collection of 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

A read-only collection of the keys in this dictionary.