Children<TNode>.Item[Int32] Property
Definition
Gets or sets the node at the specified index. Parents will be updated accordingly on set.
public TNode Item[int index] { get; set; }
Parameters
| Name | Type | Description |
|---|---|---|
index |
Int32 |
The position of the node to get or set. |
Property Value
TNode