Constructor DefaultConstructorFinder
- Namespace
- Autofac.Core.Activators.Reflection
- Assembly
- Autofac.dll
DefaultConstructorFinder()
public DefaultConstructorFinder()
DefaultConstructorFinder(Func<Type, ConstructorInfo[]>)
public DefaultConstructorFinder(Func<Type, ConstructorInfo[]> finder)
Parameters
finderFunc<Type, ConstructorInfo[]>