Constructor

Represents and grants access to a single constructor defined in some aggregate type.

Members

Functions

create
Variant create(Variant[] arguments)

Invokes the constructor, passing in arguments as variant types. The result is returned as a Variant type.

create
T create(TList arguments)

Ditto, but accepts arguments of any type, and permits the result to also be cast to a type specified by template argument.

getName
string getName()

Returns __ctor, which is the name of all constructors.

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

Meta