Function RegistrationContext.this

Constructor for RegistrationContext

this (
  Storage!(ObjectFactory,string) storage,
  Locator!(Object,string) locator,
  IAllocator allocator = theAllocator
);

Parameters

NameDescription
storage storage where to put registered components
locator locator used to get registered component's dependencies
allocator allocator used as default allocation strategy for component