https://bugzilla.novell.com/show_bug.cgi?id=462950
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=462950#c2 --- Comment #2 from Markus Johnsson <[email protected]> 2008-12-30 17:14:03 MST --- I've created a patch (see comment #1) that solves this based on the fact that the only thing that can differ between two properties with the same name and the same interface (except the generic parameters) is the type. It generates a backing field name such as <I`1.Prop<A>>k__BackingField. This is not the very best solution, I guess the correct name should be <I<A>.Prop>k__BackingField, but didn't know the best way to implement that. When CreateAutomaticProperty is called, the InterfaceType field is null, even if IsExplicitImpl is true. Is this the right behavior? I've never worked with the mcs or mono code before, so please be gentle. -- 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
