Книга: C# 2008 Programmer
Keywords
Keywords
In any programming language, there is always a list of identifiers that have special meanings to the compiler. These identifiers are known as keywords, and you should not use them as identifiers in your program.
Here's the list of keywords in C# 2008:
abstract event new struct
as explicit null switch
base extern object this
bool false operator throw
break finally out true
byte fixed override try
case float params typeof
catch for private uint
char foreach protected ulong
checked goto public unchecked
class if readonly unsafe
const implicit ref ushort
continue in return using
decimal int sbyte virtual
default interface sealed volatile
delegate internal short void
do is sizeof while
double lock stackalloc
else long static
enum namespace string
- Appendix A C# Keywords
- C# Reserved Keywords
- Contextual Keywords
- Метатеги Description и Keywords
- Appendix J. Example scripts code-base
- Raw table
- Drawbacks with restore
- Runtime Errors, Boot Loader Problems, and Kernel Oops
- Mixing Different Parameter Types
- 5.1.1 Text Editors
- 6.1.1 START-END
- 6.1.4 DO-ENDDO