RegistrationInfoTaggedRegistrationContext

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

Constructors

this
this(T context)

Constructor for RegistrationInfoTaggedRegistrationContext

Alias This

context

Members

Functions

register
ConfigurationContextFactory!T register(string identity)
ConfigurationContextFactory!T register()

Register a component of type T by identity, type, or interface it implements.

register
ConfigurationContextFactory!T register(T value, string identity)
ConfigurationContextFactory!T register(T value)

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

Variables

context
T context;

Underlying registration context.

Meta