VB equivilent of "internal" in C#?

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Is there a .NET equivilent of the "internal" keyword in VB.NET? say if i had
this in C#

internal bool b_MyBoolean;
 
Brian Henry said:
Is there a .NET equivilent of the "internal" keyword in VB.NET? say if i
had this in C#

internal bool b_MyBoolean;

'Friend'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VB Equivilents 9
Default 2
Restricting Data-Entry into Text Box 2
C# is too nitpicky? 17
Null Value of Type 7
How to do this C# code in VB?? 8
TreeView does not have keys? 5
Internal vs. External hard drives?? 1

Back
Top