Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Statements are program instructions. Except as described in the topics referenced in the following list, the program executes statements in sequence. The following list shows the C# statement keywords. For more information about statements that don't use a keyword, see Statements.
- Selection statements
ifswitch
- Iteration statements
doforforeachwhile
- Jump statements
breakcontinuegotoreturn
- Exception-handling statements
throwtry-catchtry-finallytry-catch-finally
- checked and unchecked statements
checkedunchecked
- fixed statement
fixed
- lock statement
lock
- yield statement
yield
See also
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.