Skip to content

Node<TNode>.AddNextSibling Method

Definition

Adds the specified node as the NextSibling to this node. Existing next siblings will be moved on index to the right to accommodate.

public void AddNextSibling(TNode nextSibling);

View source

Parameters

Name Type Description
nextSibling TNode The node to add.