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);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The processing context. |
node |
TBaseNode |
The node. |
Returns
true if descendents of node should be processed, false otherwise.