ProxyObjectWrappingFactory.identity

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

Meta