OpenGenericDecoratorActivatorData Constructor |
Namespace:
Autofac.Features.OpenGenerics
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public OpenGenericDecoratorActivatorData(
Type implementer,
IServiceWithType fromService
)
Public Sub New (
implementer As Type,
fromService As IServiceWithType
)
Parameters
- implementer
- Type: SystemType
The decorator type. - fromService
- Type: Autofac.CoreIServiceWithType
The open generic service type to decorate.
See Also