Ejemplo n.º 1
0
    private bool Similar(MethodInfo method, params Type[] TypeType)
    {
        Dictionary <string, string> NullableD = null;

        return(Similar(method, true, ref NullableD, TypeType.Select(x => x.ToString()).ToArray()));
    }