Skip to content

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

View source

Parameters

Name Type Description
node TNode The node to remove.

Returns

Boolean

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