DecoratableGenericFactory.decorated

Get the decorated object.

  1. GenericFactory!T decorated [@property setter]
  2. GenericFactory!T decorated [@property getter]
    class DecoratableGenericFactory(T)
    @property @safe nothrow
    decorated
    ()

Return Value

Type: GenericFactory!T

GenericFactory!T decorated object

Meta