码迷,mamicode.com
首页 > Windows程序 > 详细

C#语法基础04_Debug.Assert

时间:2021-04-07 11:08:49      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:图片   load   string   重载   简化   str   提醒   bool   提示框   

C#语法基础04_Debug.Assert

仅当为false时,跳出信息提示框,或将显示简化提醒信息和提醒消息

// 存在重载
Debug.Assert(<bool>);
Debug.Assert(<bool>,"simplified string");
Debug.Assert(<bool>,"simplified string", "string");

技术图片

C#语法基础04_Debug.Assert

标签:图片   load   string   重载   简化   str   提醒   bool   提示框   

原文地址:https://www.cnblogs.com/moyutime/p/14620054.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!