Exemplo n.º 1
0
        // public static void complex_ptr_in()
        // {
        // }

        // public static void complex_ptr_in_own()
        // {
        // }

        public static void complex_out()
        {
            var  complex = new Dummy.StructComplex();
            var  t       = new Dummy.TestObject();
            bool r       = t.StructComplexOut(out complex);

            Test.Assert(r, "Function returned false");
            checkStructComplex(complex);
        }