The C# Programming Language, Third Edition
by Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth, Peter Golde
8. Statements
C# provides a variety of statements. Most of these statements will be familiar to developers who have programmed in C and C++.
statement: labeled-statement declaration-statement embedded-statement
embedded-statement: block empty-statement expression-statement selection-statement iteration-statement jump-statement try-statement checked-statement unchecked-statement lock-statement using-statement yield-statement
The embedded-statement nonterminal is used for statements that appear within other statements. The use of an embedded-statement rather than a statement excludes the use of declaration statements ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access