[]
Gets the item by its index in the list.
public T this[int index] { get; }
The item index in the list.
An item by its index in the list.