along

Use locator or storage as basis for registering components.

Use locator or storage as basis for registering components.

  1. Context along(Context registrationContext, Storage!(ObjectFactory, string) storage)
  2. Context along(Context registrationContext, Locator!(Object, string) locator)
    Context
    along
    (
    Context : RegistrationContext!T
    )
    (,
    Locator!(Object, string) locator
    )
  3. Context along(Context registrationContext, string storage)

Parameters

registrationContext Context

context for which to set new configured storage, or used locator

locator Locator!(Object, string)

locator of dependencies for registered components

Return Value

Type: Context

RegistrationContext context with registration interface used to register components.

Meta