Hey guys,
I'm working on a .NET dll over here and I have a question for those of you familliar with hiding methods.
Let's say I have a class named A. A has some methods. Various objects within the dll need to call said methods. As such, these methods should be public.
However, I do not want these methods to be visible to clients of the dll. How can this be achieved?
I'm working on a .NET dll over here and I have a question for those of you familliar with hiding methods.
Let's say I have a class named A. A has some methods. Various objects within the dll need to call said methods. As such, these methods should be public.
However, I do not want these methods to be visible to clients of the dll. How can this be achieved?