Click or drag to resize

OpenGenericDecoratorActivatorData Constructor

Initializes a new instance of the OpenGenericDecoratorActivatorData class.

Namespace:  Autofac.Features.OpenGenerics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public OpenGenericDecoratorActivatorData(
	Type implementer,
	IServiceWithType fromService
)

Parameters

implementer
Type: SystemType
The decorator type.
fromService
Type: Autofac.CoreIServiceWithType
The open generic service type to decorate.
See Also