Ejemplo n.º 1
0
	public static int test() {
        try {
            using (var obj = new Using2Aux()) {
                obj.fail();
            }
        } catch (Exception) {
        }
        return Using2Aux.closed;
	}
Ejemplo n.º 2
0
 public static int test()
 {
     try {
         using (var obj = new Using2Aux()) {
             obj.fail();
         }
     } catch (Exception) {
     }
     return(Using2Aux.closed);
 }