Skip to content

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);

View source

Parameters

Name Type Description
other Node<TNode>