[Mono-bugs] [Bug 77040][Nor] Changed - Instance and class
properties handling problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 20 09:12:59 EST 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 mono at evain.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77040
--- shadow/77040 2005-12-20 07:45:07.000000000 -0500
+++ shadow/77040.tmp.11207 2005-12-20 09:12:59.000000000 -0500
@@ -95,6 +95,13 @@
------- Additional Comments From vargaz at gmail.com 2005-12-20 07:45 -------
Why is the S property defined in the dynamic class a class property ?
Its accessor method is not defined as static, but as virtual.
+
+------- Additional Comments From mono at evain.net 2005-12-20 09:12 -------
+This is the standard behaviour of S.R.E, using PropertyBuilder, you can not emit properties
+with the hasThis flag set in the property signature.
+
+See http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?
+feedbackId=FDBK42611
More information about the mono-bugs
mailing list