Statements, Expressions, and Operators (C# Programming Guide)
Visual Studio 2005
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:
-
How to: Use Operator Overloading to Create a Complex Number Class (C# Programming Guide)
-
Guidelines for Overloading Equals() and Operator == (C# Programming Guide)
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