aedi v0.2.0 (2017-03-08T09:57:04Z)
Dub
Repo
ProxyFactory.identity
aermicioi
aedi
factory
proxy_factory
ProxyFactory
Get the identity of proxied object.
string
identity
[@property setter]
string
identity
[@property getter]
class
ProxyFactory
(T)
@
property
string
identity
(
)
if
(
(
is
(
T
== class) &&
!
isFinalClass
!
T
&&
!
isAbstractClass
!
T
)
||
(
is
(
T
== interface)
)
)
Return Value
Type:
string
string identity
Meta
Source
See Implementation
aermicioi
aedi
factory
proxy_factory
ProxyFactory
constructors
this
functions
factory
properties
identity
source
Get the identity of proxied object.