ValueInstanceFactory.initial

Set initial

  1. T initial [@property setter]
    class ValueInstanceFactory(T)
    @property @safe nothrow
    initial
  2. T initial [@property getter]

Parameters

initial T

value which will be passed as created component

Return Value

Type: ValueInstanceFactory!T

typeof(this)

Meta