Sunday, June 5, 2011

C# Preprocessor Directives

Following are the c# preprocessor directives:
  • #if
  • #else
  • #elif
  • #endif
  • #define
  • #undef
  • #warning
  • #error
  • #line
  • #region
  • #endregion

No comments:

Post a Comment