What is the equivalent of the C # internal keyword in VB.NET?
internal
This is Friend . See the MSDN documentation.
Friend
C # internal in VB.NET - Friend .
Basically internal and friendly as the same access modifier in .net where, when internal access keywords are used in C #, and Friend is used in VB.net