Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
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