Table of Contents

Constructor DecoratorService

Namespace
Autofac.Features.Decorators
Assembly
Autofac.dll

DecoratorService(Type, Func<IDecoratorContext, bool>?)

public DecoratorService(Type serviceType, Func<IDecoratorContext, bool>? condition = null)

Parameters

serviceType Type
condition Func<IDecoratorContext, bool>