| 
               | 
            
              BinaryNodeTNode Properties | 
          
The BinaryNodeTNode generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Children | 
              Gets or sets the collection of child nodes
              under this node.
              | |
| IsLeaf | 
              Gets whether this node is a leaf (has no children).
              | |
| Left | 
              Gets or sets the left subtree of this node.
              | |
| Right | 
              Gets or sets the right subtree of this node.
              |