Bruce Wood <(E-Mail Removed)> wrote:
> I may be wrong (and I'm sure that everyone here will jump all over me
> if I am), but in C# declaring a class within another class does _not_
> make the inner class an inheritable part of the outer class.
Absolutely right. Nor is there an implicit reference to an instance of
the outer class, as there is with inner classes in Java.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too