Struct ValueRegistrationContext

A registration interface for components already created.

struct ValueRegistrationContext ;

Value registration context, provides a nice registration api over Object containers, to store already instantiated components into container.

Fields

NameTypeDescription
storage Storage!(Object,string)Storage for already instantiated components.

Methods

NameDescription
register Register a component into value container by identity, type or interface.