#region、#endregion:标记自定义的代码块部分
#define、#undefine:声明或取消声明条件符号,必须写在C#程序顶部
#if、#elif、#else、#endif:条件分支语句,用于判断条件符号是否被声明
#warning、#error:警告,错误
#region、#endregion:标记自定义的代码块部分
#define、#undefine:声明或取消声明条件符号,必须写在C#程序顶部
#if、#elif、#else、#endif:条件分支语句,用于判断条件符号是否被声明
#warning、#error:警告,错误
转载于:https://www.cnblogs.com/happykakeru/archive/2011/09/19/2181057.html