| FileNodeSize Property |
Returns the number of elements in the node, if it is a sequence or mapping, or 1 otherwise.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public long Size { get; }
Public ReadOnly Property Size As Long
Get
public:
property long long Size {
long long get ();
}
member Size : int64 with get
Return Value
Type:
Int64See Also