Table of Contents

Constructor DefaultConstructorFinder

Namespace
Autofac.Core.Activators.Reflection
Assembly
Autofac.dll

DefaultConstructorFinder()

public DefaultConstructorFinder()

DefaultConstructorFinder(Func<Type, ConstructorInfo[]>)

public DefaultConstructorFinder(Func<Type, ConstructorInfo[]> finder)

Parameters

finder Func<Type, ConstructorInfo[]>