[Mono-bugs] [Bug 77041][Nor] Changed - Static and non static
properties
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 20 03:36:49 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=77041
--- shadow/77041 2005-12-20 03:17:39.000000000 -0500
+++ shadow/77041.tmp.29762 2005-12-20 03:36:49.000000000 -0500
@@ -42,6 +42,11 @@
------- Additional Comments From rharinath at novell.com 2005-12-20 03:17 -------
I mean: apply the heuristic in SRE.PropertyBuilder.SetGetMethod -- in
this case #77040 will likely continue to fail, but for a different reason.
+
+------- Additional Comments From mono at evain.net 2005-12-20 03:36 -------
+According to the spec the CLS says that if all the methods of the property are instance
+methods, it's an instance property. If not it's a class one. Maybe we can check on both
+SetGetMethod and SetSetMethod ?
More information about the mono-bugs
mailing list