In VB.NET, can I mark a function as deprecated?

Viewed 25503

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:...?

2 Answers
Related