If I have a module
in a VB.Net
class library, will it's visibility be limited to the assembly? What I'm looking for is the VB.Net equivalent of a C#
internal static
class. Does anyone know the equivalent?
If I have a module
in a VB.Net
class library, will it's visibility be limited to the assembly? What I'm looking for is the VB.Net equivalent of a C#
internal static
class. Does anyone know the equivalent?