Mega Code Archive

 
Categories / VB.Net Tutorial / Class Module
 

Friend members are available to any object in the same assembly (Friend is referred to as internal in C#)

Public Class SomeClassInMyAssembly          Friend vFriend As Integer End Class