保留字 Keywords

来源:百度文库 编辑:神马文学网 时间:2024/04/28 13:18:30
abstract const extern int out short typeof
as continue false interface override sizeof uint
base decimal finally internal params stackalloc ulong
bool default fixed is private static unchecked
break delegate float lock protected string unsafe
byte do for long public struct ushort
case double foreach namespace readonly switch using
catch else goto new ref this virtual
char enum if null return throw void
checked event implicit object sbyte true volatile
class explicit in operator sealed try while
保留字不能用于定义变量,但加上前缀以后就可以。