Node<TNode>.ReplaceWith Method
Definition
Removes this node from it's parent and puts another node in its place.
public void ReplaceWith(Node<TNode> other);
Parameters
Name | Type | Description |
---|---|---|
other |
Last modified: 09 November 2024
Removes this node from it's parent and puts another node in its place.
Name | Type | Description |
---|---|---|
other |