aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
ProxyFactory.identity
aermicioi
aedi
factory
proxy_factory
ProxyFactory
Set the identity of proxied object
string
identity
[@property setter]
class
ProxyFactory
(T)
@
property
@
safe
nothrow
ProxyFactory
!
T
identity
(
string
identity
)
if
(
(
is
(
T
== class) &&
!
isFinalClass
!
T
&&
!
isAbstractClass
!
T
)
||
(
is
(
T
== interface)
)
)
string
identity
[@property getter]
Parameters
identity
string
the identity of proxied object
Return Value
Type:
ProxyFactory
!
T
this
Meta
Source
See Implementation
aermicioi
aedi
factory
proxy_factory
ProxyFactory
constructors
this
functions
destruct
factory
mixins
__anonymous
properties
identity
locator
source
type
Set the identity of proxied object