Property IsDisposed
IsDisposed
Returns true
if this instance was Dispose(Boolean)ed, otherwise
returns false
. Note that if you override Dispose(Boolean), you must call
Dispose(Boolean) on the base class, in order for this instance to be properly disposed.
Declaration
public bool IsDisposed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |