O
ORC
I have a namespace in which i have a class and 3 internal helperclasses. In
the file that includes the namespace I would like not to being able to see
the helper classes e.g. when writting:
MyNamespace.MyClass ( this is OK)
MyNamespace.HelperClass1 (this is what I would like to cause an error and
not even be possible to see in the Intellisense window).
Is it possibæle to hide helperclasses and structs etc. ???
Thanks,
Ole
the file that includes the namespace I would like not to being able to see
the helper classes e.g. when writting:
MyNamespace.MyClass ( this is OK)
MyNamespace.HelperClass1 (this is what I would like to cause an error and
not even be possible to see in the Intellisense window).
Is it possibæle to hide helperclasses and structs etc. ???
Thanks,
Ole