Hi,
I'd like to define a class method that is visible within the class namespace, but from the outside this class does not expose that method.
Something similar to the VB Friend keyword.
Is it possible?
Thanx
Printable View
Hi,
I'd like to define a class method that is visible within the class namespace, but from the outside this class does not expose that method.
Something similar to the VB Friend keyword.
Is it possible?
Thanx
Try the 'Internal' access modifier.
Thanx again :) now I'll try it!Quote:
Try the 'Internal' access modifier.