operator [] method

E operator [](
  1. int index
)

Implementation

E operator [](int index) {
  return _listSource[index];
}