operator []= method

void operator []= (
  1. dynamic property,
  2. dynamic value
)

Implementation

external void operator []=(property, value);