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 ReadLockScope : IDisposable
VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Structure ReadLockScope Implements IDisposable
F#
[<SealedAttribute>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] type ReadLockScope = struct interface IDisposable end
The ReaderWriterLockSlimExtensions.ReadLockScope type exposes the following members.
CodeJam.Threading Namespace