S
Søren M. Olesen
Hi
To my knowledge, when you in C++ use the friend keyword, then you also
specify which classes you consider to be friends...Ie. a named friend can
call protected/private methods in the class.....
Is there a way to do the same i VB.NET ?? It seem like if a method is
declared Protected Friend, then all classes in the same project can call the
method (rather unusefull, I think), not only named friends....
TIA
Søren
To my knowledge, when you in C++ use the friend keyword, then you also
specify which classes you consider to be friends...Ie. a named friend can
call protected/private methods in the class.....
Is there a way to do the same i VB.NET ?? It seem like if a method is
declared Protected Friend, then all classes in the same project can call the
method (rather unusefull, I think), not only named friends....
TIA
Søren