Constructor DelegateActivator
- Namespace
- Autofac.Core.Activators.Delegate
- Assembly
- Autofac.dll
DelegateActivator(Type, Func<IComponentContext, IEnumerable<Parameter>, object>)
public DelegateActivator(Type limitType, Func<IComponentContext, IEnumerable<Parameter>, object> activationFunction)
Parameters
limitTypeTypeactivationFunctionFunc<IComponentContext, IEnumerable<Parameter>, object>