I want to seal of classes in a namespace. I was looking at the "internal" access modifier, but this only seems to seal of classes in an assembly. Can I seal of classes in a namespace?
Or do I have to move stuff into an seperate assembly? But then I will have the problem of visual studio refusing circular assembly references.