Factory.type

Get the type info of T that is created.

interface Factory(T)
@property
TypeInfo
type
()

Return Value

Type: TypeInfo

TypeInfo object of created object.

Meta