aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
ProxyFactory.destruct
aermicioi
aedi
factory
proxy_factory
ProxyFactory
Destructs a component of type T.
class
ProxyFactory
(T)
@
trusted
void
destruct
(
ref
T
component
)
if
(
(
is
(
T
== class) &&
!
isFinalClass
!
T
&&
!
isAbstractClass
!
T
)
||
(
is
(
T
== interface)
)
)
Parameters
component
T
component that is to ve destroyed.
Return Value
Type:
void
Meta
Source
See Implementation
aermicioi
aedi
factory
proxy_factory
ProxyFactory
constructors
this
functions
destruct
factory
mixins
__anonymous
properties
identity
locator
source
type
Destructs a component of type T.