Click or drag to resize
DictionaryBaseTKey, TValueKeys Property
Returns a collection of the keys in this dictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual ICollection<TKey> Keys { get; }

Property Value

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

Implements

IDictionaryTKey, TValueKeys
See Also