Struct RegistrationInfoTaggedRegistrationContext

Adds registration location information in component's factory for easier debugging.

struct RegistrationInfoTaggedRegistrationContext(T, alias Z) ;

Constructors

NameDescription
thisConstructor for RegistrationInfoTaggedRegistrationContext

Fields

NameTypeDescription
contextTUnderlying registration context.

Methods

NameDescription
registerRegister a component of type T by identity, type, or interface it implements.
registerRegister a component of type T by identity, type, or interface it implements with a default value.

Parameters

NameDescription
context original preconfigured registration context to use as basis.