PropertyNode<TNode> Constructors
Overloads
Name | Description |
---|---|
Initialises a new instance of the Node<TNode> class. | |
Initialises a new instance of the Node<TNode> class with the specified children. |
PropertyNode()
Initialises a new instance of the Node<TNode> class.
protected PropertyNode();
PropertyNode(IEnumerable<TNode>)
Initialises a new instance of the Node<TNode> class with the specified children.
protected PropertyNode(IEnumerable<TNode> children);
Parameters
Name | Type | Description |
---|---|---|
children | The children to add. |
Last modified: 22 November 2024