156 out of 202 rated this helpful - Rate this topic

C# Keywords

Keywords are predefined reserved identifiers that have special meanings to the compiler. They cannot be used as identifiers in your program unless they include @ as a prefix. For example, @if is a legal identifier but if is not because it is a keyword.

See Also

C# Preprocessor Directives | C# Operators | C# Programmer's Reference

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.