ProxyFactory.source - multiple declarations

Function ProxyFactory.source

Set the source of proxied object.

ProxyFactory!T source (
  Locator!() source
) nothrow @safe;

Parameters

NameDescription
source source locator where proxied object resides.

Returns

this

Function ProxyFactory.source

Get the source of proxied object.

Locator!() source () nothrow @safe;

Returns

Locator!() source