Table of Contents

Method GetMatchingConstructor

Namespace
Autofac
Assembly
Autofac.dll

GetMatchingConstructor(Type, Type[])

public static ConstructorInfo? GetMatchingConstructor(this Type type, Type[] constructorParameterTypes)

Parameters

type Type
constructorParameterTypes Type[]

Returns

ConstructorInfo