ProxyObjectWrappingFactory.locator

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Locator!() locator [@property setter]
    class ProxyObjectWrappingFactory(T)
    @property @safe nothrow
    locator
    if (
    is(T : Object) &&
    !isFinalClass!T
    )
  2. Locator!() locator [@property getter]

Meta