Disposed Property
Definition
Disposed
Gets a value indicating whether this Disposable object is disposed.
public bool Disposed { get; }
Property Value
- bool
trueif this Disposable object is disposed; otherwise,false.
Gets a value indicating whether this Disposable object is disposed.
public bool Disposed { get; }
true if this Disposable object is disposed; otherwise, false.