Is there an ability in VB.NET to deprecate code? I know that in C# there are ‘attributes’, and tags in java; is there anything similar in VB.NET, other than leaving a 'todo:…?
Is there an ability in VB.NET to deprecate code? I know that in C#
Share
There are attributes in VB.NET too:
Looks like this (before your function)
And since VB.NET 10 (.NET 4 and later) we no longer need the underscore.