Skip to content

T_CodeJam_Threading_ReaderWriterLockSlimExtensions_ReadLockScope

andrewvk edited this page Mar 22, 2016 · 7 revisions

ReaderWriterLockSlimExtensions.ReadLockScope Structure

[This is preliminary documentation and is subject to change.]

[Missing

documentation for "T:CodeJam.Threading.ReaderWriterLockSlimExtensions.ReadLockScope"]

Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public struct ReadLockScope : IDisposable

VB

Public Structure ReadLockScope
	Implements IDisposable

F#

[<SealedAttribute>]
type ReadLockScope =  
    struct
        interface IDisposable
    end

The ReaderWriterLockSlimExtensions.ReadLockScope type exposes the following members.

Constructors

 

Name Description
Public method ReaderWriterLockSlimExtensions.ReadLockScope Initializes a new instance of the ReaderWriterLockSlimExtensions.ReadLockScope class
  Back to Top

Methods

 

Name Description
Public method Dispose Releases all resources used by the ReaderWriterLockSlimExtensions.ReadLockScope
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

See Also

Reference

CodeJam.Threading Namespace

Clone this wiki locally