RegistrationContext.register

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

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

Parameters

T

type of registered component

value T

initial value of component;

Return Value

Type: ConfigurationContextFactory!T

GenericFactory!T factory for component for further configuration

Meta