B Brian Henry Apr 15, 2006 #1 Is there a .NET equivilent of the "internal" keyword in VB.NET? say if i had this in C# internal bool b_MyBoolean;
Is there a .NET equivilent of the "internal" keyword in VB.NET? say if i had this in C# internal bool b_MyBoolean;
H Herfried K. Wagner [MVP] Apr 15, 2006 #2 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; Click to expand... 'Friend'.
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; Click to expand... 'Friend'.