LockingCollectionT(ICollectionT) Constructor

Initializes a new instance of the LockingCollectionT class.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public LockingCollection(
	ICollection<T> collection
)

Parameters

collection  ICollectionT
The collection to create a thread-safe wrapper for.

See Also