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