Exemplo 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;
    }
Exemplo 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);
    }