| FileNodeEmpty Property |
Returns true if the node is empty
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool Empty { get; }
Public ReadOnly Property Empty As Boolean
Get
public:
property bool Empty {
bool get ();
}
member Empty : bool with get
Return Value
Type:
BooleanSee Also