RegistrationAwareDecoratingFactory.file

Set file in which registration occurred.

  1. string file [@property setter]
    class RegistrationAwareDecoratingFactory(T)
    @property @safe nothrow
    file
    (
    string file
    )
  2. string file [@property getter]

Parameters

file string

file in which a registration occured

Return Value

Type: RegistrationAwareDecoratingFactory!T

this

Meta