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 | The position of the node to get or set. |
Property Value
TNode
Last modified: 22 November 2024