Esempio n. 1
0
File: Structs.cs Progetto: sav/efl
        // public static void complex_ptr_in()
        // {
        // }

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

        public static void complex_out()
        {
            var complex = new test.StructComplex();

            test.ITesting t = new test.Testing();
            bool          r = t.StructComplexOut(out complex);

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