NodeValidator<TContext, TBaseNode, TNode>.Process Method
Definition
Performs processing on the specified node. Does not process any descendents.
protected sealed override TBaseNode Process(TContext? context, TNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The processing context. |
node |
TNode |
The node to process. |
Returns
TBaseNode
The root node of the tree, which may have been replaced.