Aggregate.getConstructor

Ditto, but accepts types given by variadic template arguments.

  1. const(Constructor) getConstructor(Type[] parameterTypes)
  2. const(Constructor) getConstructor(TypeInfo[] parameterTypeInfos)
  3. const(Constructor) getConstructor()
    class Aggregate
    final const
    const(Constructor)
    getConstructor
    (
    TList...
    )
    ()

Parameters

TList

A list of types the constructor must exactly match.

Return Value

Type: const(Constructor)

The constructor object, or null if no such constructor exists.

Meta