D
Dot net work
I need VB.NET's "shadows" functionality inside a C# project.
I tried the "new" keyword, but it didn't seem to work, because my
particular function does in fact differ in signature to the function
that is being hidden in the base class.
In VB.NET, the shadows keyword hides all the inherited functions,
regardless of signature.
I need this functionality in C#.
I'm sure there's an easy way around this, but I am a VB.NET
programmer, and not a C# programmer.
Please C# experts, can you advise me...
TIA,
-dnw.
I tried the "new" keyword, but it didn't seem to work, because my
particular function does in fact differ in signature to the function
that is being hidden in the base class.
In VB.NET, the shadows keyword hides all the inherited functions,
regardless of signature.
I need this functionality in C#.
I'm sure there's an easy way around this, but I am a VB.NET
programmer, and not a C# programmer.
Please C# experts, can you advise me...
TIA,
-dnw.