ProxyObjectWrappingFactory.identity

Get identity

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

Return Value

Type: string

string

Meta