LightweightAdapterActivatorDataAdapter Property |
Gets the adapter function.
Namespace:
Autofac.Features.LightweightAdapters
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public Func<IComponentContext, IEnumerable<Parameter>, Object, Object> Adapter { get; }
Public ReadOnly Property Adapter As Func(Of IComponentContext, IEnumerable(Of Parameter), Object, Object)
Get
Property Value
Type:
FuncIComponentContext,
IEnumerableParameter,
Object,
Object[Missing <value> documentation for "P:Autofac.Features.LightweightAdapters.LightweightAdapterActivatorData.Adapter"]
See Also