ProxyObjectWrappingFactory.source

Get the original locator that is used by proxy to fetch the proxied object.

  1. Locator!() source [@property setter]
    class ProxyObjectWrappingFactory(T)
    @property @safe nothrow
    source
    if (
    is(T : Object) &&
    !isFinalClass!T
    )
  2. Locator!() source [@property getter]

Return Value

Type: ProxyObjectWrappingFactory!T

Locator!() original locator containing the proxied object.

Meta