Click or drag to resize
SyncDictionary Constructor (IDictionary)
Initializes a new instance of the SyncDictionary class

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public SyncDictionary(
	IDictionary dictionary
)

Parameters

dictionary
Type: System.CollectionsIDictionary

[Missing <param name="dictionary"/> documentation for "M:X3Platform.Collections.SyncDictionary.#ctor(System.Collections.IDictionary)"]

See Also