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