Replacer<TBaseNode>.Replace Method
Definition
Optionally replace the specified node.
protected abstract TBaseNode? Replace(TBaseNode node);
Parameters
Name | Type | Description |
|---|---|---|
node | TBaseNode | The node to potentially replace. |
Returns
TBaseNode
A new node to replace node in the tree. Return node or null to leave node in the tree.
Last modified: 15 November 2025