ProxyObjectWrappingFactory.decorated

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

Meta