operator []= 方法

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

实现

external void operator []=(int index, int value);