Field

Represents and grants access to a single field defined on a type.

Members

Functions

get
Variant get(Variant instance)
Undocumented in source.
get
T get(O instance)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(Variant instance, Variant value)
Undocumented in source.
set
void set(O instance, T value)
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.

Properties

getValueType
const(Type) getValueType [@property getter]
Undocumented in source.
getValueTypeInfo
const(TypeInfo) getValueTypeInfo [@property getter]
Undocumented in source.
isStatic
bool isStatic [@property getter]

Checks if the field is declared as static. This returns true if the is directly accessible on the type that is declared on (rather that on an instance of that type).

isWritable
bool isWritable [@property getter]

Checks if the field can be written to.

Meta