What is C# 'internal' in VB.net?
c#, keyword, syntax, vb.net
Solution
It's `Friend`. See the MSDN documentation.
Problem
What is C# `internal` keyword equivalent in VB.NET?
c#, keyword, syntax, vb.net
It's `Friend`. See the MSDN documentation.
What is C# `internal` keyword equivalent in VB.NET?