MrKWatkins.Ast Help

Children<TNode>.RemoveAt Method

Definition

Removes the node at the specified position from the collection and reset its Parent property to null.

public TNode RemoveAt(int index);

Parameters

Name

Type

Description

index

Int32

The position of the node to remove.

Returns

TNode

The node that was removed.

Last modified: 09 September 2024