https://bugzilla.novell.com/show_bug.cgi?id=640194
https://bugzilla.novell.com/show_bug.cgi?id=640194#c2 Mike Kestner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Mike Kestner <[email protected]> 2010-09-24 16:40:57 UTC --- To avoid the java error and still keep the property read/write, we have to mark it "final" by not adding the virtual keyword. This essentially makes it impossible to override getText, but that's preferable to a read-only virtual property with a final SetText method. -- 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
