operator []= abstract method

void operator []=(
  1. int index,
  2. T element
)

Replaces the element at the specified position in this list with the specified element.

Implementation

void operator []=(int index, T element);