how to indicate "deprecated"?

  • Thread starter Thread starter cruster
  • Start date Start date
C

cruster

Is it possible to indicate, that some method of a custom control is
deprecated?
 
[Obsolete]
public void MyMethod() {}

or


[Obsolete("Use XYZ instead")]
public void MyMethod() {}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top