Class Synchronised<T>.Guard
Should be disposed, but will fall back to a finaliser as a last resort.
public class Synchronised<T>.Guard : IDisposable
- Inheritance
-
Synchronised<T>.Guard
- Implements
- Inherited Members
Constructors
Guard(Synchronised<T>)
Should be disposed, but will fall back to a finaliser as a last resort.
public Guard(Synchronised<T> owner)
Parameters
ownerSynchronised<T>
Properties
Value
public T Value { get; }
Property Value
- T
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~Guard()
protected ~Guard()