https://bugzilla.novell.com/show_bug.cgi?id=430804
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=430804#c3 Paolo Molaro <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Paolo Molaro <[EMAIL PROTECTED]> 2008-09-30 09:30:46 MDT --- fi.SetValue(null, 1) is not ignored as the output of the test shows. This is not a bug: readonly fields can be updated only in the ctor/cctor: if you try to work around this you will have to use the workaround also when you read the value. -- 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
