Skip to content

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);

View source

Parameters

Name Type Description
context TContext The processing context.
root TBaseNode The root of the tree.

Returns

ITraversal<TBaseNode>

The traversal to use.