Attribute

Represents an attribute.

Alias This

toString

Members

Functions

opAssign
Attribute opAssign(string newValue)

Assign a new value

opAssign
Attribute opAssign(string[] newValues)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;

Name of the attribute.

value
string value;

Value assigned to the attribute.

Meta