We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The ReaderWriterLockSlim wrapper.
Namespace: CodeJam.ThreadingAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public struct WriteLockScope : IDisposable
VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Structure WriteLockScope Implements IDisposable
F#
[<SealedAttribute>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] type WriteLockScope = struct interface IDisposable end
The ReaderWriterLockSlimExtensions.WriteLockScope type exposes the following members.
CodeJam.Threading Namespace