关于[Use C# Preprocessor Directives]的摘要:
In this post, we’ll walk through the basics of C# preprocessor directives. We’ll use keywords like define, if, else, elif, and undef to change our application’s behavior. We’ll also look at some of the predefined preprocessor directives that come with the .NET Framework. Finally, we’ll see how we can alter the preprocessor directives on our run configurations.
原文地址: https://khalidabuhakmeh.com/csharp-preprocessor-directives