https://bugzilla.novell.com/show_bug.cgi?id=467230
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=467230#c2 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Zoltan Varga <[email protected]> 2009-01-21 17:04:11 MST --- The runtime has to have access to one of its internal type objects to make MakeGenericMethod () work, so I don't know how this can be implemented with custom types. Maybe we could call GetUnderlyingType () on the custom type and use the type returned by that, but in that case, the method returned by MakeGenericMethod () would have no relation to the custom type. -- 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
