[]
Gets or sets the element at the specified index.
public TWrapperItem this[int index] { get; }
| 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. |