Esempio n. 1
0
File: Structs.cs Progetto: sav/efl
        public static void simple_return()
        {
            test.ITesting t      = new test.Testing();
            var           simple = t.StructSimpleReturn();

            checkStructSimple(simple);
        }