BaseDecoratorConfigurator<TConfigurator> public class BaseDecoratorConfigurator<TConfigurator> : BaseFluentConfigurator<TConfigurator> where TConfigurator : BaseDecoratorConfigurator<TConfigurator> Documentation Code public TConfigurator WhenDecoratedServiceHas<TAttribute>() where TAttribute : Attribute public TConfigurator WhenDecoratedServiceHas(Type attributeType) public TConfigurator WhenDecoratedServiceIs<TTarget>() public TConfigurator WhenDecoratedServiceIs(Type targetType)