Gets the element at the specified index.
public T this[int index] { get; }
If index is greater or equal than the last used index, this operation is O(index - lastIndex), else this operation is O(index).