> You can declare classes in the namespace as 'internal' and only other
> classes within the same namespace can see them.
No, that's only other classes within the same *assembly*. Other classes
in different namespaces but the same assembly will be able to see those
classes, but classes in the same namespace but in different assemblies
won't.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Paul G. Tobey [eMVP] - 25 Mar 2004 23:57 GMT
Right, I stand corrected.
Paul T.
> > You can declare classes in the namespace as 'internal' and only other
> > classes within the same namespace can see them.
[quoted text clipped - 3 lines]
> classes, but classes in the same namespace but in different assemblies
> won't.