ConsoleNode constructor
Initializes a new instance of the ConsoleNode object.
Overload list
Name | Description | |
---|---|---|
ConsoleNode() | Initializes a new instance of a ConsoleNode object with the specified ConsoleNode as its no parent. | |
ConsoleNode(ConsoleNode) | Initializes a new instance of a ConsoleNode object that has a parent node. |
Top