public static int test() { var obj = new Delegate2(); return obj.method(); }
public static int test() { var obj = new Delegate2(); return(obj.method()); }