What is C# internal
keyword equivalent in VB.NET?
Asked
Active
Viewed 2.8k times
77

Blorgbeard
- 101,031
- 48
- 228
- 272

dannyrosalex
- 1,794
- 4
- 16
- 25
3 Answers
7
Basically Internal
and Friend
are the same access modifiers in .Net
where the Internal
keywords is used in C#.Net and Friend
is used in VB.Net

Vahid Farahmandian
- 6,081
- 7
- 42
- 62

BK_Menaria
- 71
- 1
- 2