initialiseur
Translation of initialiseur into English
Noun, masculine
informatique
- L'initialiseur configure automatiquement les paramètres du logiciel.The initializer automatically configures the software settings.
Synonyms and analogies of initialiseur in French
Examples of initialiseur in a sentence
Un nouvel initialiseur a été développé pour ce serveur.
Translations of "initialiseur" in Context ordered by category and frequency
Un agrégat possède un initialiseur qui n'initialise pas tous les membres.
An aggregate has an initializer which does not initialize all members.
Si l'initialiseur vaut zéro, l'avertissement est omis.
If the initializer is zero, the warning is omitted.
Un agrégat possède un initialiseur partiellement parenthésé.
An aggregate has a partly bracketed initializer.
Avertir si un initialiseur d'agrégat ou d'union n'est pas entièrement parenthésé.
Warn if an aggregate or union initializer is not fully bracketed.
initialiseur: Examples and translations in context
Mais vous pouvez donner un nom à une valeur spécifique en ajoutant un initialiseur.
But you can give a name a specific value by adding an initializer.
Lorsqu'une propriété est située dans un willset initialiseur et les observateurs didset ne peuvent pas être appelés.
When a property is set in an initializer willset and didset observers cannot be called.
L'initialiseur se compose d'un signe égal suivi d'une expression constante comme suit
The initializer consists of an equal sign followed by a constant expression as follows
Lorsque la méthode Add utilisée par un initialiseur de collection ne retourne pas de valeur void, le compilateur expression génère du code non valide.
When the Add method that is used by a collection initializer does not return void value, the expression compiler generates invalid code.
Il est également temps de lancer l'initialiseur de Guard. terminal
Now is also a good time to run Guard's initializer. terminal
Dans le code d'un initialiseur de WinJS.Promise, vous pouvez évidemment intégrer vos propres gestionnaires pour d'autres opérations asynchrones et leurs promesses.
Within the code of an initializer for WinJS.Promise, you can certainly have your own handlers for other async operations and their promises.