Table of Contents

Class Synchronised<T>.Guard

Namespace
The.Utility
Assembly
Instagile.dll

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

owner Synchronised<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()