[Mono-bugs] [Bug 60744][Blo] Changed - protected ctor not accessible in child class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Jun 2004 02:46:37 -0400 (EDT)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60744
--- shadow/60744 2004-06-25 14:40:51.000000000 -0400
+++ shadow/60744.tmp.10080 2004-06-28 02:46:37.000000000 -0400
@@ -46,6 +46,14 @@
via a qualifier of type 'A'; the qualifier must be of type 'B' (or
derived from it)
------- Additional Comments From bmaurer@users.sf.net 2004-06-25 14:40 -------
This looks like a 1.0 -> 2.0 change in csc
+
+------- Additional Comments From rharinath@novell.com 2004-06-28 02:46 -------
+This is not a bug, AFAIK.
+
+Noting that .ctor() is essentially an instance-level method, see sec
+3.5.3 (Protected access for instance members) of the MSDN C#
+reference, or (probably) sec 10.5.3 in the ECMA standard.
+