Ejemplo n.º 1
0
            public static bool testMethod()
            {
                StructsTestClass_36_Interface a = new StructsTestClass_36_A();

                if (a.foo() != 10)
                {
                    return(false);
                }
                else
                {
                    return(true);
                }
            }
Ejemplo n.º 2
0
	        public static bool testMethod()
	        {
		        StructsTestClass_36_Interface a = new  StructsTestClass_36_A ();

                if(a.foo() != 10)
			        return false;
		        else
			        return true;
	        }