aedi ~master (2019-08-16T15:58:29Z)
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 const
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
destruct
factory
mixins
__anonymous
properties
identity
locator
source
type
Get the type info of T that is created.