Пример #1
0
Файл: Structs.cs Проект: 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);
        }