Constructor LightweightAdapterActivatorData
- Namespace
- Autofac.Features.LightweightAdapters
- Assembly
- Autofac.dll
LightweightAdapterActivatorData(Service, Func<IComponentContext, IEnumerable<Parameter>, object, object>)
public LightweightAdapterActivatorData(Service fromService, Func<IComponentContext, IEnumerable<Parameter>, object, object> adapter)
Parameters
fromServiceServiceadapterFunc<IComponentContext, IEnumerable<Parameter>, object, object>