Click or drag to resize
Accord.NET (logo)

RedBlackTreeNodeTKey, TValue Properties

The RedBlackTreeNodeTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the collection of child nodes under this node.
(Inherited from BinaryNodeTNode.)
Public propertyColor
Gets or sets this node's color.
(Inherited from RedBlackTreeNodeT.)
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
(Inherited from BinaryNodeTNode.)
Public propertyLeft
Gets or sets the left subtree of this node.
(Inherited from BinaryNodeTNode.)
Public propertyParent
Gets or sets a reference to this node's parent node.
(Inherited from RedBlackTreeNodeT.)
Public propertyRight
Gets or sets the right subtree of this node.
(Inherited from BinaryNodeTNode.)
Public propertyValue
Gets or sets the value associated with this node.
(Inherited from RedBlackTreeNodeT.)
Top
See Also