Hiding namespaces containing only internal types in a class library?

后端 未结 2 1447
别那么骄傲
别那么骄傲 2020-12-30 19:01

I have a class library that has a couple of namespaces containing only internal types.

However, when using the class library in an application project, the namespace

2条回答
  •  失恋的感觉
    2020-12-30 19:04

    I've come up against this before and found no solution, only a workaround which may or may not work in your project. Instead of defining a namespace you could use an nested static class?

提交回复
热议问题