Edit

Share via


TypeExtensions.GetConstructor(Type, Type[]) Method

Definition

C#
public static System.Reflection.ConstructorInfo GetConstructor(this Type type, Type[] types);
C#
public static System.Reflection.ConstructorInfo? GetConstructor(this Type type, Type[] types);

Parameters

type
Type
types
Type[]

Returns

Applies to