[Mono-bugs] [Bug 479763] Generics sharing causes Delegate.CreateDelegate throws ArgumentException under unusual circumstances
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 26 15:40:48 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=479763
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=479763#c3
--- Comment #3 from Marek Safar <msafar at novell.com> 2009-02-26 13:40:47 MST ---
The problems comes from CreateDelegate which is called with wrong types
Foo+<AddHandler>c__AnonStorey0`1[System.Type],Foo+<AddHandler>c__AnonStorey0`1[System.Type]
Foo+<AddHandler>c__AnonStorey0`1[System.Type],Foo+<AddHandler>c__AnonStorey0`1[System.Object]
Both type arguments should be of type Type in both cases.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list