Posted on 2005-07-28 00:27
woow 阅读(182)
评论(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 |