C#语法基础04_Debug.Assert
C#语法基础04_Debug.Assert
仅当
// 存在重载
Debug.Assert(<bool>);
Debug.Assert(<bool>,"simplified string");
Debug.Assert(<bool>,"simplified string", "string");
moyutime:本文仅是学习心得,观点仅供参考,祝愿读者学习途中快乐且不断有所收获。
仅当
// 存在重载
Debug.Assert(<bool>);
Debug.Assert(<bool>,"simplified string");
Debug.Assert(<bool>,"simplified string", "string");