Click or drag to resize

ObservableDictionary<TKey, TValue>.Keys Property

Gets the collection of keys in the dictionary. See Keys.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ICollection<TKey> Keys { get; }

Return Value

Type: ICollection<TKey>
Documentation in progress...

Implements

IDictionary<TKey, TValue>.Keys
See Also