Returns the top-level mapping. YAML supports multiple streams
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic FileNode Root(
int streamidx = 0
)
Public Function Root (
Optional streamidx As Integer = 0
) As FileNode
public:
FileNode^ Root(
int streamidx = 0
)
member Root :
?streamidx : int
(* Defaults:
let _streamidx = defaultArg streamidx 0
*)
-> FileNode
function Root(streamidx);
Parameters
- streamidx (Optional)
- Type: SystemInt32
Return Value
Type:
FileNode
See Also