private classes inside namespaces

Posted by blacklion on Stack Overflow See other posts from Stack Overflow or by blacklion
Published on 2010-04-16T08:18:07Z Indexed on 2010/04/16 8:23 UTC
Read the original article Hit count: 145

Filed under:
|

Is there a way to restrict access to a class from outside a namespace? What I want is to have a class that is only accessible to other classes inside the same namespace without having to put the namespace in it's own assembly.

Is there a reason this is not possible in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about oop