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);
Parameters
Name | Type | Description |
---|---|---|
node | TBaseNode | The node. |
Returns
true
if descendents of node
should be processed, false
otherwise.
Last modified: 12 August 2025