Skip to content

OrderedProcessor<TBaseNode>.GetTraversal Method

Definition

Gets the traversal that the Pipeline<TBaseNode> should use for this processor.

public virtual ITraversal<TBaseNode> GetTraversal(TBaseNode root);

View source

Parameters

Name Type Description
root TBaseNode The root of the tree.

Returns

ITraversal<TBaseNode>

The traversal to use.