operator [] method

TaskList operator [](
  1. int index
)

Implementation

TaskList operator [](int index) {
  return elementAt(index);
}