Ejemplo n.º 1
0
Archivo: Structs.cs Proyecto: sav/efl
        public static void simple_out()
        {
            var simple = new test.StructSimple();

            test.ITesting t = new test.Testing();
            bool          r = t.StructSimpleOut(out simple);

            Test.Assert(r, "Function returned false");
            checkStructSimple(simple);
        }