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
true if node was in the collection and was removed, false otherwise.