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
)
Public Sub New (
copyDictionary As IDictionary(Of TKey, TValue)
)
public:
ObservableDictionary(
IDictionary<TKey, TValue>^ copyDictionary
)
new :
copyDictionary : IDictionary<'TKey, 'TValue> -> ObservableDictionary
Parameters
- copyDictionary
- Type: System.Collections.GenericIDictionaryTKey, TValue
The IDictionaryTKey, TValue whose elements are copied to the new DictionaryTKey, TValue.
See Also