Click or drag to resize

TreeNode Properties

The TreeNode type exposes the following members.

Properties
  NameDescription
Public propertyHash
Hash value of the node.
Public propertyIsLeftNode
If true then current node is left child, otherwise it is right node
Public propertyLeft
Left child node
Public propertyLevel
Node level in the tree. Level for leaves is 0.
Public propertyMetadata
Metadata to be added to aggregation hash chain
Public propertyParent
Parent node
Public propertyRight
Right child node
Top
See Also