GenericFactory.locator

Get the GenericFactory locator.

  1. alias locator = Factory!T.locator
  2. Locator!() locator [@property getter]
    interface GenericFactory(T)
    @property
    locator
    ()

Return Value

Type: Locator!()

Locator!() the locator that should be used by underlying constructor or property configurer.

Meta