Esempio n. 1
0
    public static int test_4_vtype()
    {
        GcFooStruct s = new GcFooStruct(1, 2, 3);

        GC.Collect(1);

        return (int)s.o1 + (int)s.o2;
    }
Esempio n. 2
0
    public static int test_4_vtype()
    {
        GcFooStruct s = new GcFooStruct(1, 2, 3);

        GC.Collect(1);

        return((int)s.o1 + (int)s.o2);
    }