operator [] method

Attachment operator [](
  1. int index
)

Implementation

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