Struct RegistrationInfoTaggedRegistrationContext

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

struct RegistrationInfoTaggedRegistrationContext(T, alias Z) ;

Constructors

NameDescription
this Constructor for RegistrationInfoTaggedRegistrationContext

Fields

NameTypeDescription
context TUnderlying registration context.

Methods

NameDescription
inject
register Register a component of type T by identity, type, or interface it implements.
register Register 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.