MrKWatkins.Ast 0.9.129 Help

Children<TNode>.Remove Method

Definition

Tries to remove a node from the collection and reset its Parent property to null.

public bool Remove(TNode node);

Parameters

Name

Type

Description

node

TNode

The node to remove.

Returns

Boolean

true if node was in the collection and was removed, false otherwise.

Last modified: 29 January 2025