DisposableObjectDisposed Property |
https://www.emgu.com
Returns true if the object has been disposed.
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
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