Contents

Using Preprocessor Directives in C#介绍了C#中的预处理指令,包含:

  1. #define和#undef
  2. #if,#else,#elif和#endif
  3. #warning和#error
  4. #region和#endregion
  5. #line
  6. #pragma warning和#pragma checksum

Contents