The HashTreeNode type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of bytes included in the range of data represented by this node.
(Inherited from HashNode.)
Public propertyHash
Gets or sets the hash of the data represented by this node.
(Inherited from HashNode.)
Public propertyLeft
Gets or sets the left child HashTreeNode of this node.
Public propertyParent
Gets or sets parent HashTreeNode of this node.
Public propertyRangeEnd
Gets or sets the index of the end of the range of data represented by this node.
(Inherited from HashNode.)
Public propertyRangeStart
Gets or sets the index of the beginning of the range of data represented by this node.
(Inherited from HashNode.)
Public propertyRight
Gets or sets the right child HashTreeNode of this node.

See Also