C # mark the [obsolete] method,

Source: Internet
Author: User

C # mark the [obsolete] method,

1 [Obsolete] // indicates that this method has been deprecated 2 // <summary> 3 // you should call the OpenMessageBox method of this class 4 /// </summary> 5 public override void OpenBox () 6 {7 Debug. logError ("You should call the OpenMessageBox method of this class"); 8}

The above Code adds the [Obsolete] feature before the method.

------------ 14:8.3.16 supplement ---------

1 [Obsolete ("using WithUGUI. MsgBox. OpenMessageBox ()", true)]

This overload form is used. The Boolean value below indicates whether an error is returned when the customer calls this method. This ensures that no one will misuse this method.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.