ReadOnlyDictionaryBaseTKey, TValueKeys Property

CVB.Net Documentation
Gets a read-only collection of all keys in this dictionary.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public virtual ICollection<TKey> Keys { get; }

Property Value

Type: ICollectionTKey

Implements

IDictionaryTKey, TValueKeys
See Also

Reference