Initializes a new instance of the ObservableDictionary TKey, TValue class
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObservableDictionary( IDictionary<TKey, TValue> dictionary )
Parameters
- dictionary
- Type:
System.Collections.Generic IDictionary TKey, TValue [Missing <param name="dictionary"/> documentation for "M:KerbalData.ObservableDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})"]
See Also