Skip to content

OrderedProcessor<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(TBaseNode node);

View source

Parameters

Name Type Description
node TBaseNode The node.

Returns

Boolean

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