Reserved Words
保留字
以下标识符被记录为保留字,每个保留字对应特定的含义,不能用于其他目的:
数据类型
| bool | enum | struct |
|---|---|---|
| char | float | uchar |
| class | int | uint |
| color | long | ulong |
| datetime | short | ushort |
| double | string | void |
访问说明符
| const | private | protected |
|---|---|---|
| public | virtual |
内存类
运算符
| break | dynamic_cast | return |
|---|---|---|
| case | else | sizeof |
| continue | for | switch |
| default | if | while |
| delete | new | |
| do | operator |
其他
| false | #define | #property |
|---|---|---|
| this | #import | template |
| true | #include | typename |
| strict |
最后更新于