operator []= 方法

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

实现

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