[]
Gets or sets the Element at a specified index in the list.
public Element this[int index] { get; set; }
Public Default Property Item(index As Integer) As Element
| Type | Name | Description |
|---|---|---|
| int | index | Index of the element to get or set. |
| Type | Description |
|---|---|
| Element | The Element at the specified index. |