public struct DisposableReadLock : IDisposablePublic Structure DisposableReadLock
Implements IDisposablepublic value class DisposableReadLock : IDisposable| DisposableReadLock | Initializes a new instance of the DisposableReadLock class and acquires a reader lock. |
| Dispose | Releases the acquired reader lock, if it was acquired. |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |