コード例 #1
0
            public static bool testMethod()
            {
                StructsTestClass_35_Interface a = new StructsTestClass_35_A();

                if (a.foo() != 10)
                {
                    return(false);
                }
                else
                {
                    return(true);
                }
            }
コード例 #2
0
	        public static bool testMethod()
	        {
		        StructsTestClass_35_Interface a = new  StructsTestClass_35_A ();

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