コード例 #1
0
            public static bool testMethod()
            {
                FieldsTestClass13_Base test = new FieldsTestClass13_Base();

                if ((test.intI == 2) && (test.intJ == 3))
                {
                    return(true);
                }
                else
                {
                    return(false);
                }
            }
コード例 #2
0
            public static bool testMethod()
            {

                FieldsTestClass13_Base test = new FieldsTestClass13_Base();
                if ((test.intI == 2) && (test.intJ == 3))
                {
                    return true;
                }
                else
                {
                    return false;
                }
            }