[]
Gets or sets the value of element at special index.
public T this[int index] { get; set; }
A T indicates the element value.
T
Note: The index is base on zero.