Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.