ProxyObjectWrappingFactory.type

Get the type info of T that is created.

class ProxyObjectWrappingFactory(T)
@property @safe nothrow const
TypeInfo
type
()
if (
is(T : Object) &&
!isFinalClass!T
)

Return Value

Type: TypeInfo

TypeInfo object of created component.

Meta