AttributeProxy.opIndexAssign

Finds the attribute with the given name in the element of which this proxy object was received name and sets it's value to the given value. If the element could not be found it's created and the give value is set.

struct AttributeProxy
void
opIndexAssign
(
T2
)
(,
T[] name
)

Parameters

value T2

the value to set

name T[]

the name of the element

Meta