Skip to main content

All Questions

Tagged with
2 votes
3 answers
6k views

How do I scope a class only to be used inside the Class Library project?

I have a class library with some public classes, and many internal utility classes. These utilities should not be visible/usable to people who link against the DLL. namespace MyProject { public ...
Robin Rodricks's user avatar