[]
Gets or sets the element at the specified index.
public T this[int index] { get; set; }
The zero-based index of the element to get.
The element at specified index.