Constructor.create

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

  1. Variant create(Variant[] arguments)
    class Constructor
    final const
    Variant
    create
    (
    Variant[] arguments...
    )
  2. T create(TList arguments)

Return Value

Type: Variant

The result of the construct call, as a Variant.

Meta