LockingCollectionTLock Method
Locks the access of the underlying collection from other threads until
Unlock is called as many times as this method was called. Needed to be called if
multiple calls to the wrapped collection have to be combined without releasing the lock between each call.
See the
Remarks section of the
LockingCollectionT class for details and some examples.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.0
member Lock : unit -> unit