[]
Gets or sets the element at the specified index.
public TWrapperItem this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TWrapperItem
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to get or set. |
| Type | Description |
|---|---|
| TWrapperItem | The element at the specified index. |