LockingDictionaryTKey, TValue(IDictionaryTKey, TValue) Constructor

Initializes a new instance of the LockingDictionaryTKey, TValue class.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public LockingDictionary(
	IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary  IDictionaryTKey, TValue
The dictionary to create a thread-safe wrapper for.

See Also