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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78965 --- shadow/78965 2006-07-28 06:10:07.000000000 -0400 +++ shadow/78965.tmp.31649 2006-10-28 08:05:48.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78965 Product: Mono: Compilers Version: 1.1 OS: All OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -83,6 +83,9 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-07-28 06:10 ------- Using ((B)a).Property makes the code compile. This means that - as usual - nested types only have access to the private/protected members of their declaring type. They can access inherited members of their declaring class but cannot access the same base class members when a different class is derived from the base class. + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-28 08:05 ------- +Fixed in SVN. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
