C# 断言代码

来源:互联网 发布:万网域名续费 编辑:程序博客网 时间:2024/05/22 09:05

C# 断言代码

Boolean b1 = false;System.Diagnostics.Debug.Assert(b1);

http://hi.baidu.com/amenmen/item/1ad251c134f4e83e4494169e




0 0