C# Preprocessor Directives

1.While the compiler does not have a seperate preprocessor,the directives described in this section are processed as if there was one;

2.these directives are used to aid in conditional compilation.Unlike C and C++ directives,you cannot use these directives to create macros.

3.A preprocessor directive must be the only instruction on a line.

原文地址:https://www.cnblogs.com/daishuguang/p/3037590.html