Node<T> Constructors
A base class that defines a node in a tree-like structure of objects.Name | Parameters | Description |
---|---|---|
Node(T) | value | Creates a new instance of the Node<T> class with the specified node value type. |
See Also
Name | Parameters | Description |
---|---|---|
Node(T) | value | Creates a new instance of the Node<T> class with the specified node value type. |
No
Your feedback is appreciated.