Ejemplo n.º 1
0
    public static int test_0_missing_virtual_pinvoke_method()
    {
        T2 t = new T2();

        try {
            t.MyClone();
        } catch (Exception ex) {
            return(0);
        }

        return(1);
    }
Ejemplo n.º 2
0
    public static int test_0_missing_virtual_pinvoke_method()
    {
        T2 t = new T2 ();

        try {
            t.MyClone ();
        } catch (Exception ex) {
            return 0;
        }

        return 1;
    }