Factory.type

Get the type info of T that is created.

interface Factory(T)
@property @safe nothrow const
TypeInfo
type
()

Return Value

Type: TypeInfo

TypeInfo object of created component.

Meta