|
MatReaderItem Property (String)
|
Gets a child object contained in this node.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public MatNode this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As MatNode
Get
Request Example
View SourceParameters
- key
- Type: SystemString
The field name or index.
Property Value
Type:
MatNodeSee Also