ProxyFactory.locator - multiple declarations

Function ProxyFactory.locator

Set locator

LocatorAware!(Object,string) locator (
  Locator!(Object,string) locator
) nothrow @safe;

Parameters

NameDescription
locator locator or source of original component proxied by proxy

Returns

typeof(this)

Function ProxyFactory.locator

Get locator

Locator!() locator () nothrow @safe;

Returns

Locator!()