Aggregate.getConstructors

Returns an array of all constructors defined by this type. This does not include the default constructor.

If a type declares no constructors, this method will return an empty array.

class Aggregate
abstract const
const(Constructor)[]
getConstructors
()

Return Value

Type: const(Constructor)[]

And array of all constructors on the aggregate type.

Meta