[]
Gets or sets the list element at the specified index.
[Browsable(false)]
public virtual object this[int index] { get; set; }
<Browsable(False)>
Public Overridable Default Property Item(index As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to get or set. |