The code college
Monday, December 14, 2009
Daily Tips- Tip #41 - How will you mark a method as obsolete?
//c#
[Obsolete("Call NewMethod instead")]
void OldMethod()
{
}
www.codecollege.NET
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment