C# "new" modifier equivalent to VB.NET Shadows?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I'm wondering what C#'s new modifier is equivalent to in VB.NET? e.g. is the C# property declaration "new public Color BorderColor" equivalent to this VB.NET declaration "Public Shadows Property BorderLineColor As Color" ?? If you know of any articles that facilitate translating C# declarations to VB.NET DECLARATIONS please let me know :)