PropertyNode<TNode> Class
Definition
Abstract base class for nodes in a tree with a collection of arbitrary properties that can be copied.
public abstract class PropertyNode<TNode> : Node<TNode>
where TNode : PropertyNode<TNode>
Type Parameters
Name | Description |
---|---|
TNode | Self generic node parameter. |
Constructors
Name | Description |
---|---|
Initialises a new instance of the Node<TNode> class. | |
Initialises a new instance of the Node<TNode> class with the specified children. |
Properties
Name | Description |
---|---|
The Properties associated with this node. |
Methods
Name | Description |
---|---|
Copies this node and its Properties using the DefaultNodeFactory<TNode>. | |
Copies this node and its Properties using the specified INodeFactory<TNode>. |
Last modified: 22 November 2024