I have a class library that has a pair of namespaces containing only internal types.
However, when using the class library in the application project, the namespaces are displayed in intellisense, but of course they are empty. Is there a way to completely hide namespaces when using intellisense in other projects?
I tried to apply EditorBrowsableAttribute to all inner classes, but what I would like to do is apply this to the namespace, which of course is not possible.
Or, if I donβt care, is the only option that I should simply move the types to a namespace that contains public types?
c # namespaces hide internal intellisense
Lasse VΓ₯gsΓ¦ther Karlsen Apr 06 '09 at 8:47 2009-04-06 08:47
source share