Constructor Scheme
Scheme()
Creates a new instance set to the default attributes (see Default).
public Scheme()
Scheme(Scheme?)
Creates a new instance, initialized with the values from scheme
.
public Scheme(Scheme? scheme)
Parameters
scheme
SchemeThe scheme to initialize the new instance with.
Scheme(Attribute)
Creates a new instance, initialized with the values from attribute
.
public Scheme(Attribute attribute)
Parameters
attribute
AttributeThe attribute to initialize the new instance with.