Exemplo n.º 1
0
            public static bool testMethod()
            {
                StructsTestClass_12_Inter1 i1 = new StructsTestClass_12_Struct1();

                return(0 == (i1.Return42() - ((StructsTestClass_12_Inter2)i1).Return20() - ((StructsTestClass_12_Inter3)i1).Return22()));
            }
Exemplo n.º 2
0
	        public static bool testMethod()
	        {
                StructsTestClass_12_Inter1 i1 = new StructsTestClass_12_Struct1();
                return (0 == (i1.Return42() - ((StructsTestClass_12_Inter2)i1).Return20() - ((StructsTestClass_12_Inter3)i1).Return22()));
	        }