| DisposableObjectIsDisposed Property |
Gets a value indicating whether this instance has been disposed.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool IsDisposed { get; protected set; }
Public Property IsDisposed As Boolean
Get
Protected Set
public:
property bool IsDisposed {
bool get ();
protected: void set (bool value);
}
member IsDisposed : bool with get, set
Property Value
Type:
BooleanSee Also