Node<T> Constructors
A base class that defines a node in a tree-like structure of objects.
Name | Parameters | Description |
---|---|---|
Node |
value |
Creates a new instance of the Node |
See Also