Beispiel #1
0
        public static bool testMethod()
        {
            ExprefTestClass_obj_ref_Sub1 test = new ExprefTestClass_obj_ref_Sub1();
            object obj;

            obj  = test;                // implicit setup
            test = (ExprefTestClass_obj_ref_Sub1)obj;
            test.func();
            return(true);
        }
            public static bool testMethod() 
            {
	            ExprefTestClass_obj_ref_Sub1	test = new ExprefTestClass_obj_ref_Sub1();
	            object	obj;
	            obj = test;		// implicit setup
	            test = (ExprefTestClass_obj_ref_Sub1) obj;
	            test.func();
                return true;
            }