Пример #1
0
Файл: Structs.cs Проект: sav/efl
        // public static void complex_ptr_out()
        // {
        // }

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

        public static void complex_return()
        {
            test.ITesting t       = new test.Testing();
            var           complex = t.StructComplexReturn();

            checkStructComplex(complex);
        }