Mega Code Archive

 
Categories / VB.Net Tutorial / Class Module
 

Protected friend members are available to any object that is in the same assemby or inherits from this class, or both

Public Class SomeClassInMyAssembly          Protected Friend vProtectedFriend As Integer End Class