IDecoratorRepository public interface IDecoratorRepository Represents a decorator registration repository. Documentation Code void AddDecorator(Type type, IServiceRegistration serviceRegistration, bool remap, bool replace) Adds a decorator to the repository. KeyValue<Type, IServiceRegistration>[] GetDecoratorsOrDefault(Type type) Gets a decorator registration.