4 out of 8 rated this helpful - Rate this topic

Statements, Expressions, and Operators (C# Programming Guide)

This section contains information regarding the fundamental elements that make up a C# program. The C# code that comprises an application consists of statements comprising C# keywords, expressions and operators.

For more information, see:

For more information, see the following sections in the C# Language Specification:

  • 1.4 Expressions

  • 1.5 Statements

  • 1.6.6.5 Operators

  • 5.3.3 Precise rules for determining definite assignment

  • 7 Expressions

  • 7.2 Operators

  • 8 Statements

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.