Node<T> Properties
A base class that defines a node in a tree-like structure of objects.| Name | Description |
|---|---|
| Children | Provides access to a collection of the node’s child nodes. |
| Parent | Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node. |
| Value | Gets or sets the node’s value. |
See Also