Click or drag to resize

ObservableDictionaryTKey, TValueValues Property

Gets the collection of values in the dictionary. See Values.

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<TValue> Values { get; }

Return Value

Type: ICollectionTValue
Documentation in progress...

Implements

IDictionaryTKey, TValueValues
See Also