[]
Gets the item at the specified index.
index
public T? this[int index] { get; set; }
Public Default Property Item(index As Integer) As T
The index of the requested item.