Click or drag to resize
Accord.NET (logo)

MatNode Properties

The MatNode type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of child objects contained in this node.
Public propertyFields
Gets the child nodes contained at this node.
Public propertyItemInt32
Gets the child fields contained under the given name.
Public propertyItemString
Gets the child fields contained under the given name.
Public propertyName
Gets the name of this node.
Public propertyValue
Gets the object value contained at this node, if any. Its type can be known by checking the Type property of this node.
Public propertyValueType
Gets the type of the object value contained in this node.
Top
See Also