Replacer<TNode> Class
Definition
An OrderedProcessor<TNode> for optionally replacing nodes in a tree.
public abstract class Replacer<TNode> : OrderedProcessor<TNode>
where TNode : Node<TNode>
Type Parameters
Name | Description |
---|---|
TNode | The type of nodes in the tree. |
Constructors
Name | Description |
---|---|
Properties
Name | Description |
---|---|
If set to |
Methods
Name | Description |
---|---|
Optionally replace the specified node. |
Last modified: 22 November 2024