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

        return(obj.method());
    }