Click or drag to resize

ObservableDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue)

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ObservableDictionary(
	IDictionary<TKey, TValue> copyDictionary
)

Parameters

copyDictionary
Type: System.Collections.GenericIDictionaryTKey, TValue
The IDictionaryTKey, TValue whose elements are copied to the new DictionaryTKey, TValue.
See Also