ArchiveObject.Attribute

Describes an attribute.

class ArchiveObject
struct Attribute {}

Members

Variables

name
string name;

The name of the attribute.

value
ArchiveValue value;

The value of the attribute.

Meta