posts - 129, comments - 17, trackbacks - 0, articles - 0
  IT博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

语言-语法

Posted on 2005-07-28 00:27 woow 阅读(155) 评论(0)  编辑 收藏 引用

C# 关键字是类似标识符的保留的字符序列,不能用作标识符(以 @ 字符开头时除外)。

keyword: one of(关键字:下列之一)
abstract as base bool break byte case
catch char checked class const continue decimal
default delegate do double else enum event
explicit extern false finally fixed float for
foreach goto if implicit in int interface
internal is lock long namespace new null
object operator out override params private protected
public readonly ref return sbyte sealed short
sizeof stackalloc static string struct switch this
throw true try typeof uint ulong unchecked
unsafe ushort using virtual void volatile while
只有注册用户登录后才能发表评论。