Gets a collection containing the keys of the dictionary.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ICollection<TKey> Keys { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Keys As ICollection(Of TKey) |