ConfigureDescriptor
Describes a configuration.
Initializes a new instance of the ConfigureDescriptor.
public ConfigureDescriptor(BasedOnDescriptor basedOn, Type baseType, Action<ComponentRegistration> configurer)
Initializes a new instance of the ConfigureDescriptor.
Performs the component configuration.
Allows customized configurations of each matching type.
Allows customized configurations of each matching type.
Allows customized configurations of each matching type that is
assignable to T.
Allows customized configurations of each matching type that is
assignable to T.