DisposableObjectDisposed Property |
https://www.emgu.com/wiki/index.php/Emgu_TF
Returns true if the object has been disposed.
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic bool Disposed { get; }
Public ReadOnly Property Disposed As Boolean
Get
public:
property bool Disposed {
bool get ();
}
member Disposed : bool with get
Property Value
Type:
Boolean
See Also