Property this
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
this[string]
Returns the element of a mapping node with the given key, or null if the key is not present (or is explicitly stored as a "none" value).
public FileNode? this[string nodeName] { get; }
Parameters
nodeNamestring
Property Value
this[int]
Returns the element of a sequence node at the given index, or null if the index is out of range (or the element is explicitly stored as a "none" value).
public FileNode? this[int i] { get; }
Parameters
iint