N
Neal
Hi all
Why do I get a compiler error with the following code.
Friend Class SomeClass
End Class
Public Class SomePublicClass
Protected Friend Function AMethod As SomeClass
End Function
End Class
Both the Protected Method and the SomeClass have the Same Scope (Friend) so
there should be no problem.
Regards
Neal
Why do I get a compiler error with the following code.
Friend Class SomeClass
End Class
Public Class SomePublicClass
Protected Friend Function AMethod As SomeClass
End Function
End Class
Both the Protected Method and the SomeClass have the Same Scope (Friend) so
there should be no problem.
Regards
Neal