Click or drag to resize
SyncDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue)

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public SyncDictionary(
	IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="dictionary"/> documentation for "M:X3Platform.Collections.SyncDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})"]

See Also