DependencyReMapperExtensions
Represents the extension methods of IDependencyReMapper.
public static IStashboxContainer ReMap(this IDependencyReMapper reMapper, Type typeTo, Action<RegistrationConfigurator> configurator = null)
Replaces an existing registration mapping.
public static IStashboxContainer ReMapDecorator<TFrom, TTo>(this IDependencyReMapper reMapper, Action<DecoratorConfigurator> configurator = null) where TTo : TFrom
Replaces an existing decorator mapping.
public static IStashboxContainer ReMapDecorator<TFrom>(this IDependencyReMapper reMapper, Type typeTo, Action<DecoratorConfigurator> configurator = null)
Replaces an existing decorator mapping.