Children<TNode>.Insert Method
Definition
Inserts a node into the collection at the specified position and assigns its Parent property.
public void Insert(int index, TNode node);
Parameters
Name | Type | Description |
---|---|---|
index | The position to insert the node at. | |
node | TNode | The node to insert. |
Last modified: 22 November 2024