TypeUtility.GetConstructor method

Gets the constructor with the specified parameter types, or null if there isn’t one.

public static ConstructorInfo? GetConstructor(this Type type, Type[] types)

See Also