class visibility

  • Thread starter Thread starter Franz
  • Start date Start date
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.
 
use "internal" to restrict the class from being accessible to outside
assembly

HTH
Kalpesh

Franz said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top