public static int test() { try { using (var obj = new Using2Aux()) { obj.fail(); } } catch (Exception) { } return Using2Aux.closed; }
public static int test() { try { using (var obj = new Using2Aux()) { obj.fail(); } } catch (Exception) { } return(Using2Aux.closed); }