operator [] method

T operator [](
  1. int position
)

The value at position in this Array.

Implementation

external T operator [](int position);