https://bugzilla.novell.com/show_bug.cgi?id=442122
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=442122#c1 Marek Safar <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Marek Safar <[EMAIL PROTECTED]> 2008-11-06 02:41:58 MST --- I am not sure I got it right but it seems to me this is not possible. (() => i != 5) is converted to a new method and i has to be accessible inside the method therefore has to be captured. And I cannot change the method signature either as that would violate delegate match. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
