UnorderedProcessorWithContext<TContext, TBaseNode, TNode> Class
Definition
A Processor<TNode> that processes the nodes of a specific type that processes the nodes in a tree without caring about the order they are processed in and gives access to a context object during processing.
public abstract class UnorderedProcessorWithContext<TContext, TBaseNode, TNode> : Processor<TBaseNode>
where TBaseNode : Node<TBaseNode>
where TNode : TBaseNode
Type Parameters
Name | Description |
---|---|
TContext | The type of the context object. |
TBaseNode | The base type of nodes in the tree. |
TNode | The type of nodes to process. |
Constructors
Name | Description |
---|---|
Methods
Name | Description |
---|---|
Override to create the context object. | |
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