Property this
this[int]
Gets or sets the node at the given index; setting detaches the replaced node.
public T this[int index] { get; set; }
Parameters
indexintThe zero-based index.
Property Value
- T
Gets or sets the node at the given index; setting detaches the replaced node.
public T this[int index] { get; set; }
index intThe zero-based index.