TreeNode Properties |
The TreeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | Hash |
Hash value of the node.
|
![]() | IsLeftNode |
If true then current node is left child, otherwise it is right node
|
![]() | Left |
Left child node
|
![]() | Level |
Node level in the tree. Level for leaves is 0.
|
![]() | Metadata |
Metadata to be added to aggregation hash chain
|
![]() | Parent |
Parent node
|
![]() | Right |
Right child node
|