Skip to content

OrderedProcessor<TContext, TBaseNode>.ShouldProcessDescendents Method

Definition

Whether descendents of this node should be processed by the Pipeline<TBaseNode> or not. Defaults to true.

public virtual bool ShouldProcessDescendents(TContext? context, TBaseNode node);

View source

Parameters

Name Type Description
context TContext The processing context.
node TBaseNode The node.

Returns

Boolean

true if descendents of node should be processed, false otherwise.