ProxyFactory.identity - multiple declarations

Function ProxyFactory.identity

Set the identity of proxied object

ProxyFactory!T identity (
  string identity
) nothrow @safe;

Parameters

NameDescription
identity the identity of proxied object

Returns

this

Function ProxyFactory.identity

Get the identity of proxied object.

string identity () nothrow @safe;

Returns

string identity