Table of Contents

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

nodeName string

Property Value

FileNode

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

i int

Property Value

FileNode