Click or drag to resize
MultiDictionaryBaseTKey, TValueKeys Property
Gets a read-only collection all 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
An readonly ICollection<TKey> of all the keys in this dictionary.

Implements

IDictionaryTKey, TValueKeys
See Also