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)
    Context
    along
    (
    Context : RegistrationContext!T
    )
  2. Context along(Context registrationContext, 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

storage Storage!(ObjectFactory, string)

store registered components into it.

Return Value

Type: Context

RegistrationContext context with registration interface used to register components.

Meta