Error!
Success!

Declaring Obsolete Methods in your C# and VB.NET Classes

0
kicks

Declaring Obsolete Methods in your C# and VB.NET Classes  (Unpublished)

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.


Kicked By:
Drop Kicked By: