DisposableObject.Disposed

DisposableObject.Disposed property

Gets a value indicating whether this instance is disposed.

public bool Disposed { get; }

Property Value

true if disposed; otherwise, false.

See Also