ProxyObjectWrappingFactory.identity - multiple declarations

Function ProxyObjectWrappingFactory.identity

Get the identity of original object that proxy factory will intantiate proxy object.

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

Returns

string the original object identity

Function ProxyObjectWrappingFactory.identity

Get identity

string identity () nothrow @safe;

Returns

string