C# equivalent of #ifdef _DEBUG# DotNet - 窗口里的风景
P*s
1 楼
I have a block of C# code that I want the compiler to ignore in Release built.
In C++, I can use #ifdef _DEBUG to achieve this. How do I achieve the same
goal in C#? Thanks.
In C++, I can use #ifdef _DEBUG to achieve this. How do I achieve the same
goal in C#? Thanks.