[Mono-bugs] [Bug 31535][Nor] Changed - Mono not call "set" code when SetValue() used with property obtained by reflection
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 Oct 2002 16:13:21 -0000
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31535
--- shadow/31535 Tue Oct 1 00:19:19 2002
+++ shadow/31535.tmp.22386 Tue Oct 1 12:13:21 2002
@@ -1,22 +1,21 @@
Bug#: 31535
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: SuSE 8.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Mono not call "set" code when SetValue() used with property obtained by reflection
Description of Problem:
Mono does not invoke the "set" method when SetValue() is called on a
property obtain using reflection.
@@ -75,6 +74,9 @@
Every time
Additional Information:
I'm not sure if the same problem exists with the "get" method for the
property, but I should assume so.
+
+------- Additional Comments From gonzalo@ximian.com 2002-10-01 12:13 -------
+Fixed in CVS.