[]
Gets the item at the specified position.
public ListItemInfo this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ListItemInfo
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| ListItemInfo | The int value that indicates the specified position. |