|
MatNodeFields Property
|
Gets the child nodes contained at this node.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Dictionary<string, MatNode> Fields { get; }
Public ReadOnly Property Fields As Dictionary(Of String, MatNode)
Get
Request Example
View SourceProperty Value
Type:
DictionaryString,
MatNodeSee Also