[]
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 or set.
The element at the specified index.