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 | The position of the node to remove. |
Returns
TNode
The node that was removed.
Last modified: 22 November 2024