Gets a collection containing the keys of the dictionary.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ICollection<TKey> Keys { get; }
Visual Basic (Declaration)
Public ReadOnly Property Keys As ICollection(Of TKey)

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Keys

See Also