operator [] abstract method

T operator [](
  1. int index
)

Returns the element at the specified index in the list or throw IndexOutOfBoundsException

Implementation

T operator [](int index);