OrderedNodeProcessor<TBaseNode, TNode>.ShouldProcessDescendents Method
Overloads
Name | Description |
---|---|
Whether descendents of this node should be processed by the Pipeline<TBaseNode> or not. Defaults to |
ShouldProcessDescendents(TBaseNode)
public sealed override bool ShouldProcessDescendents(TBaseNode node);
Parameters
Name | Type | Description |
---|---|---|
node | TBaseNode |
Returns
ShouldProcessDescendents(TNode)
Whether descendents of this node should be processed by the Pipeline<TBaseNode> or not. Defaults to true
.
protected new virtual bool ShouldProcessDescendents(TNode node);
Parameters
Name | Type | Description |
---|---|---|
node | TNode | The node. |
Returns
true
if descendents of node
should be processed, false
otherwise.
Last modified: 12 August 2025