![]() |
RedBlackTreeNodeT Properties |
The RedBlackTreeNodeT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Children |
Gets or sets the collection of child nodes
under this node.
(Inherited from BinaryNodeTNode.) |
![]() | Color |
Gets or sets this node's color.
|
![]() | IsLeaf |
Gets whether this node is a leaf (has no children).
(Inherited from BinaryNodeTNode.) |
![]() | Left |
Gets or sets the left subtree of this node.
(Inherited from BinaryNodeTNode.) |
![]() | Parent |
Gets or sets a reference to this node's parent node.
|
![]() | Right |
Gets or sets the right subtree of this node.
(Inherited from BinaryNodeTNode.) |
![]() | Value |
Gets or sets the value associated with this node.
|