UnorderedProcessor<TNode> Class
Definition
A Processor<TNode> that processes the nodes in a tree without caring about the order they are processed in.
public abstract class UnorderedProcessor<TNode> : Processor<TNode>
where TNode : Node<TNode>
Type Parameters
Name | Description |
---|---|
TNode | The type of nodes in the tree. |
Constructors
Name | Description |
---|---|
Methods
Name | Description |
---|---|
Process the specified node. | |
Override this method to optionally decide whether to process the specified node or not. Defaults to processing all nodes. |
Last modified: 22 November 2024