INodeFactory<TNode> Interface
Definition
Factory to create nodes for a tree.
public abstract interface INodeFactory<TNode>
where TNode : Node<TNode>
Type Parameters
Name | Description |
---|---|
TNode | The base type of nodes to create. |
Methods
Name | Description |
---|---|
Creates a node of the specified type. The node must inherit from | |
Creates a node of the specified type. |
Last modified: 22 November 2024