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