Constructor DecoratorService
- Namespace
- Autofac.Features.Decorators
- Assembly
- Autofac.dll
DecoratorService(Type, Func<IDecoratorContext, bool>?)
public DecoratorService(Type serviceType, Func<IDecoratorContext, bool>? condition = null)
Parameters
serviceTypeTypeconditionFunc<IDecoratorContext, bool>