Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75758 --- shadow/75758 2005-08-09 05:17:20.000000000 -0400 +++ shadow/75758.tmp.10949 2005-08-09 05:17:20.000000000 -0400 @@ -0,0 +1,38 @@ +Bug#: 75758 +Product: Mono: Class Libraries +Version: 1.1 +OS: other +OS Details: Debian Sarge/Sid +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: TypeConvertor returns non-browsable properties + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +.NET RectangleConvertor returns 4 properties and Mono returns 5. While +investigating the problem I saw that .NET does not returns the properties +with attribute [Browsable(false)]. So I made a testcase to show the problem. + +Steps to reproduce the problem: +1. Compile and run the attached testcase + +Actual Results: +2 +2 + +Expected Results: +1 +2 + +How often does this happen? +Always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
