LockingCollectionTUnlock Method

When called as many times as Lock was called previously, then unlocks the access of the underlying collection so other threads also can access it.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public void Unlock()

See Also