https://bugzilla.novell.com/show_bug.cgi?id=357047
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=357047#c2 Marek Safar <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] AssignedTo|[email protected] |[EMAIL PROTECTED] Status|NEW |ASSIGNED --- Comment #2 from Marek Safar <[EMAIL PROTECTED]> 2008-02-02 14:10:49 MST --- Thanks for the patch. However it's quite incorrect due to 2 reasons. 1. There is no need to infer already inferred types. 2. You cannot rely on the fact that the last type argument is return type in fact the delegate itself can be non-generic. We are missing this part completely and if you are interested in implementation of this feature let me know (part of section 7.4.3.3 in C# 3.0 standard). -- 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
