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 (); }