https://bugzilla.novell.com/show_bug.cgi?id=354047
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=354047#c4 --- Comment #4 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-01-21 18:47:00 MST --- I think gmcs expects that all introspection methods work under MonoGenericClass, for methods, properties, fields and events. But creating a MethodBuilderInstantiation from managed code is the way to go, it will lead to simpler code and should not create too much trouble. There is another advantage in following this path. Right now we don't support well user types, the PostSharp guys have hit this limitation quite a few times. Implementing TypeBuilder::MakeGenericType() in the managed side will help us clean up all those issues. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
