MrKWatkins.Ast 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: 09 September 2024