Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
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
Sadarbojieties ar mums vietnē GitHub
Šī satura avotu var atrast vietnē GitHub, kur varat arī izveidot un pārskatīt problēmas un atgādāšanas pieprasījumus. Lai iegūtu papildinformāciju, skatiet mūsu līdzstrādnieku rokasgrāmatu.