LightweightAdapterActivatorData Constructor |
Namespace:
Autofac.Features.LightweightAdapters
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public LightweightAdapterActivatorData(
Service fromService,
Func<IComponentContext, IEnumerable<Parameter>, Object, Object> adapter
)
Public Sub New (
fromService As Service,
adapter As Func(Of IComponentContext, IEnumerable(Of Parameter), Object, Object)
)
Parameters
- fromService
- Type: Autofac.CoreService
The service that will be adapted from. - adapter
- Type: SystemFuncIComponentContext, IEnumerableParameter, Object, Object
The adapter function.
See Also