MrKWatkins.Ast Help

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

Parameters

Name

Type

Description

nextSibling

TNode

The node to add.

Last modified: 09 September 2024