aedi v0.3.0 (2017-08-18T08:37:14Z)
Dub
Repo
ProxyFactory.type
aermicioi
aedi
factory
proxy_factory
ProxyFactory
Get the type info of T that is created.
class
ProxyFactory
(T)
@
property
@
safe
nothrow
TypeInfo
type
(
)
if
(
(
is
(
T
== class) &&
!
isFinalClass
!
T
&&
!
isAbstractClass
!
T
)
||
(
is
(
T
== interface)
)
)
Return Value
Type:
TypeInfo
TypeInfo object of created component.
Meta
Source
See Implementation
aermicioi
aedi
factory
proxy_factory
ProxyFactory
constructors
this
functions
factory
properties
identity
locator
source
type
Get the type info of T that is created.