OrderedProcessor<TContext, TBaseNode>.GetTraversal Method
Definition
Gets the traversal that the Pipeline<TBaseNode> should use for this processor.
public virtual ITraversal<TBaseNode> GetTraversal(TContext? context, TBaseNode root);
Parameters
Name | Type | Description |
---|---|---|
context | TContext | The processing context. |
root | TBaseNode | The root of the tree. |
Returns
The traversal to use.
Last modified: 12 August 2025