[Mono-bugs] [Bug 76347][Wis] Changed - monodoc shows a "returns"
section for properties with "setters" only
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 10 06:25:43 EDT 2005
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 mario.sopena at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76347
--- shadow/76347 2005-10-06 11:43:23.000000000 -0400
+++ shadow/76347.tmp.6288 2005-10-10 06:25:43.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76347
Product: Mono: Doctools
Version: 1.1
OS: All
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Gui
AssignedTo: mario.sopena at gmail.com
ReportedBy: sebastien at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,16 @@
E.g.
public string Password {
set { p = value; }
}
+
+------- Additional Comments From mario.sopena at gmail.com 2005-10-10 06:25 -------
+I coudn't reproduce myself. Making a class with a property like in the
+example doesn't show a Return section, only a Value and remarks sections.
+
+I've looked at MSDN and the only write-only property I could found was
+System.DirectoryService.DirectoryEntry.Password which in Mono seems to
+have get/set accessors (I've look at the source code of the class).
+
+Could you point to a more specific class or example?
More information about the mono-bugs
mailing list