Properties.opIndexAssign

Assigns the given value to a property.

struct Properties
void
opIndexAssign
(
string value
,
string key
)

Parameters

value string

The value of the property.

key string

The property name.

Meta