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