Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > C/C++ > 9.5.6 Region control
【标  题】:9.5.6 Region control
【关键字】:9.5.6,Region,control
【来  源】:http://blog.csdn.net/masterall/archive/2005/12/02/542504.aspx

9.5.6 Region control

Your Ad Here 9.5.6 Region control
The region directives are used to explicitly mark regions of source code.
pp-region::
pp-start-region conditional-sectionopt pp-end-region
C# LANGUAGE SPECIFICATION
68
pp-start-region::
whitespaceopt # whitespaceopt region pp-message
pp-end-region::
whitespaceopt # whitespaceopt endregion pp-message
No semantic meaning is attached to a region; regions are intended for use by
the programmer or by automated
tools to mark a section of source code. The message specified in a #region
or #endregion directive likewise
has no semantic meaning; it merely serves to identify the region. Matching
#region and #endregion directives
may have different pp-messages.
The lexical processing of a region:
#region
...
#endregion
corresponds exactly to the lexical processing of a conditional compilation
directive of the form:
#if true
...
#endif
9.5.5 Diagnostic directives:【上一篇】
9.5.2 Pre-processing expressions:【下一篇】
【相关文章】
  • Notification Bubble with Text Input Control.(MFC)
  • ASP.NET中 WebControls 命名规则
  • Control study -> Drag拖放事件示例
  • Control Study -> 模拟鼠标
  • Control study -> 图像格式转换 如:将*.jpg -> *.gif进行转换
  • Control Study -> 实现:用鼠标拖动图片
  • Control Study -> 用Process调用其它应用程序
  • JVC(Java View Control) Java(视图-控制)开发框架
  • Matlab 用户控件(uicontrol)
  • Windows XP 中Use Access Control to Restrict Who Can Use Files
  • 【随机文章】
  • 如何设置ACCESS2003(运行时)的宏安全性级别
  • Apache2.2+mysql5.0+php5.2
  • 用Win32 API实现串行通信
  • 创建一个Web投票系统
  • 让Excel帮你查邮编
  • 用ASP.NET动态生成图像(转1)
  • 计算机不能启动!电源和我捉迷藏
  • 在win 2003中得到登陆密码
  • 国外嵌入式面试题
  • 戴尔、EMC、英特尔和LSI Logic宣布联合成立SBB
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.