OrderedNodeProcessor<TContext, TBaseNode, TNode>.Process Method
Overloads
Name | Description |
|---|---|
Performs processing on the specified |
Process(TContext, TBaseNode)
public sealed override TBaseNode Process(TContext context, TBaseNode node);
Parameters
Name | Type | Description |
|---|---|---|
context | TContext | |
node | TBaseNode |
Returns
TBaseNode
Process(TContext, TNode)
Performs processing on the specified node. Does not process any descendents.
protected new abstract TBaseNode Process(TContext context, TNode node);
Parameters
Name | Type | Description |
|---|---|---|
context | TContext | The processing context. |
node | TNode | The node to process. |
Returns
TBaseNode
Last modified: 10 March 2026