operator []= method

void operator []= (int index, String rule)

Sets a CSS rule at the given index.

Implementation

operator []=(int index, String rule);