示例#1
0
文件: Structs.cs 项目: sav/efl
        // As parameters

        public static void simple_in()
        {
            var simple = structSimpleWithValues();

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

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