Que Veut Dire BOUCLE FOREACH en Anglais - Traduction En Anglais

Exemples d'utilisation de Boucle foreach en Français et leurs traductions en Anglais

{-}
  • Colloquial category close
  • Official category close
Vient ensuite la boucle foreach.
Next comes the foreach loop.
Ma boucle foreach lance une exception.
My foreach loop is throwing an exception.
Utiliser async/ await avec une boucle forEach.
Using async/await with a forEach loop.
A l'intérieur d'une boucle foreach, il est possible d'utiliser de nouvelles variables.
Inside a foreach loop, you can use new variables.
Traitement d'un tableau avec une boucle ForEach.
Processing an array with a ForEach loop.
Insérez ce code dans la boucle foreach qui affiche les commentaires.
Insert this code inside the foreach loop that displays the comments.
Elle ne sera pas exécutée après la boucle foreach.
It will not be executed after foreach loops.
Vient ensuite la boucle foreach. La première chose intéressante est que.
Next comes the foreach loop. The first interesting thing is that.
Cette méthode est appelée après chaque boucle foreach.
This method is called after each foreach loop.
Il n'existe aucun moyen d'arrêter une boucle forEach en dehors de lever une exception.
There is no way to break out of a forEach without throwing an exception.
Note: Il n'existe aucun moyen d'arrêter une boucle forEach.
Note: There is no way to stop or break a forEach loop.
L'utilisation d'une boucle foreach est plus claire dans de nombreux cas.
Using a regular foreach loop for this purpose would be clearer in most cases.
Ajoutez ensuite ce qui suit dans la boucle foreach(à nouveau.
Then add the following inside the foreach loop(again.
La boucle foreach qui sera expliquée plus en détail dans un prochain chapitre.
The foreach loop which will be introduced in more detail in the next section.
Entity Framework Plus- FutureValue() dans une boucle foreach.
Entity Framework Plus- FutureValue() in a foreach loop.
Ceci vous permet d'utiliser une boucle foreach pour visiter chaque noeud de la collection.
This allows you to use a foreach loop to visit each node of the collection.
Cette méthode est appelée automatiquement au début d'une boucle foreach.
Called automatically at the beginning of foreach.
NullReferenceException ERROR dans une boucle foreach utilisant HTMLNode.
NullReferenceException ERROR in foreach loop using HTMLNode.
C'est la première méthode appelée lors du départ d'une boucle foreach.
This is the first method called when starting a foreach loop.
Les commandes de la boucle Foreach sont exécutées en série sur chacune des propriétés.
The commands within the Foreach loop are performed in series on each of the properties.
Comment obtenez-vous l'index de l'itération actuelle d'une boucle foreach?
How do you get the index of the current iteration of a foreach loop?
Par exemple, avec une boucle foreach, nous pouvons boucler plusieurs fois une action donnée.
For instance, with a foreach loop, we can loop a certain action multiple times.
Vous pouvez récupérer le contenu de la cellule dans votre boucle foreach externe.
You can grab the cell content from within your outer foreach loop.
En utilisant une boucle foreach vous pouvez parcourir tous les noms de fichier et rechercher un nom donné.
Using a foreach loop you can iterate over all the file names and search for a given name.
(F) Un« goto» a été exécuté pour sauter au milieu d'une boucle foreach.
(F) A"goto" statement was executed to jump into the middle of a foreach loop.
La boucle Foreach utilise l'applet de commande Get-Member pour obtenir chacune des propriétés de l'objet From.
The Foreach loop uses the Get-Member cmdlet to get each of the properties of the From object.
Pour accéder à un article,vous pouvez utiliser la boucle foreach pour visiter chaque article.
To access an item,you can use the foreach loop to visit each item.
Le résultat global d'une boucle foreach est la somme des résultats de chaque passage dans la boucle..
The overall result of a foreach loop is the sum of the results of each pass through the loop..
Windows PowerShell crée automatiquement la variable($ élément) lorsque la boucle Foreach s'exécute.
Windows PowerShell creates the variable($< item>) automatically when the Foreach loop runs.
Les variables suivantes peuvent être utilisées dans les boucles foreach.
The following variables can be used in foreach loops.
Résultats: 95, Temps: 0.0226

Mot à mot traduction

Top requêtes du dictionnaire

Français - Anglais