operator [] abstract method
Returns the element at the specified index in the list or throw IndexOutOfBoundsException
Implementation
T operator [](int index);
Returns the element at the specified index in the list or throw IndexOutOfBoundsException
T operator [](int index);