https://bugzilla.novell.com/show_bug.cgi?id=425345
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=425345#c7 --- Comment #7 from Robert Jordan <[EMAIL PROTECTED]> 2008-09-11 08:08:52 MDT --- It is able to serialize them. Of course, only if certain conditions are met: the delegate's target is serializable or null (static method, like in the sample above). The anonymous delegate in the sample is working only because it does not have to capture any variables -> no anonymous class needs to be generated -> a static method is sufficient. -- 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
