Declaring Obsolete Methods in your C# and VB.NET Classes(devcurry.com)
submitted by
samsert(2159) 2 years, 8 months ago
When building class libraries, it is important to let developers know when a piece of functionality is considered obsolete. In .Net this is possible by decorating a method or a property with the Obsolete attribute. By using this attribute you can display a message to the developer when they use this informing them this is an obsolete function, or even throw an error preventing them from using the function.
|category: C#
|Views: 343
tags:
C# another
Everyones tags:
Your Tags: