public static bool testMethod() { StructsTestClass_41_Struct a = new StructsTestClass_41_Struct(); if (a[10] == 10) { return(true); } else { return(false); } }
public static bool testMethod() { StructsTestClass_41_Struct a = new StructsTestClass_41_Struct(); if(a[10] == 10) return true; else return false; }