F
Franz
How can I create a class which is private in a namespace? i.e. all classes in the same namspace can access to that class, while
other classes outside the namespace don't have the accessibility.
other classes outside the namespace don't have the accessibility.