public static bool testMethod()
            {
                StructsTestClass_40_Struct a = new StructsTestClass_40_Struct();

                if (a.Foo == 10)
                {
                    return(true);
                }
                else
                {
                    return(false);
                }
            }
Esempio n. 2
0
	        public static bool testMethod()
	        {
                StructsTestClass_40_Struct a = new StructsTestClass_40_Struct();
		        if(a.Foo == 10)
			        return true;
		        else
			        return false;
	        }