https://bugzilla.novell.com/show_bug.cgi?id=484294
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=484294#c1 Leszek Ciesielski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Leszek Ciesielski <[email protected]> 2009-03-11 07:30:05 MST --- Type.GetMethod should find method taking e.g. a nullable (Int32?) when parameters array contains a non-nullable type (Int32). This works on MS.Net, but not on Mono. As a side-note, MethodInfo.ToString() produces different output on Mono than on MS.Net. To reproduce: 1. Compile and run attached test case Actual output: empty output Expected output: Void SetA(System.Nullable`1[System.Int32]) (as outputed by MS.Net) -- 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
