Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
You can create loops by using the iteration statements. Iteration statements cause embedded statements to be executed a number of times, subject to the loop-termination criteria. These statements are executed in order, except when a jump statement is encountered.
The following keywords are used in iteration statements:
Featured Book Chapter
Flow Control in Beginning Visual C# 2010
See Also
Reference
Statement Keywords (C# Reference)