Method HasConstructorWithParams
HasConstructorWithParams(Type, Type[])
Gets whether Type has a public instance constructor whose parameters match the types in the specified array.
public static bool HasConstructorWithParams(Type type, Type[] paramTypes)