Method HasConstructorWithParam
HasConstructorWithParam(Type, Type)
Gets whether Type has a public instance constructor with single parameter which has the specified type.
public static bool HasConstructorWithParam(Type type, Type paramType)
Gets whether Type has a public instance constructor with single parameter which has the specified type.
public static bool HasConstructorWithParam(Type type, Type paramType)