| FileNodeType Property |
Returns type of the node.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public FileNodeTypes Type { get; }
Public ReadOnly Property Type As FileNodeTypes
Get
public:
property FileNodeTypes Type {
FileNodeTypes get ();
}
member Type : FileNodeTypes with get
Return Value
Type:
FileNodeTypesType of the node.
See Also