Make C# namespace internal
It’s very common that you want to hide some of your code, so that people who are using your library can’t directly use some of your classes and methods. But one step above, you have your … more
It’s very common that you want to hide some of your code, so that people who are using your library can’t directly use some of your classes and methods. But one step above, you have your … more