Depreciated???
-
It means that a replacement method has been created and that the depricated one should no longer be used. The idea is that eventually any methods that have been depricated may show up as compiler errors (instead of warnings) and then be removed completely. Marking the method as depricated gives you time to update the code that used the older method.
Scott.
—In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]
-
In addition to Scott's post, in .net it's done by applying
ObsoleteAttribute
to method.
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe