Vertaling van "Der Iterator" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Die Iterations-Makros sind in dem Sinne stabil, dass das Element, auf dem der Iterator it gerade steht, gelöscht werden darf.
The iteration macros are stable in the sense that the element that the iterator it just stands on may be deleted.
Am Ende jedes Schleifendurchlaufs wird der Iterator durch it++ um eine Position in der Folge weitergeschoben.
At the end of every iteration, the iterator is advanced by one position in the sequence with the increment operator it++.
Der Iterator ist das zweite Argument, muss eine Liste sein und die Variable x spezifizieren.
The iterator is the second argument, and it needs to be a list and to specify the variable x.
Der Iterator wird automatisch bei jedem Element, das in der Tabelle enthalten ist, wie z.B. der Titel, statt dem Namen des Table-Record-Elements eingesetzt.
The iterator is automatically used for every element contained in the table, such as the title, instead of the name of the table record element.
Der Iterator für Table muss eine Liste sein.
The iterator for Table has to be a list.
Anmerkung: Der Iterator wird innerhalb des XMLData-Objekts gespeichert und wird zerstört, wenn das XMLData-Objekt zerstört wird.
REMARK: The iterator is stored inside the XMLData object and gets destroyed when the XMLData object gets destroyed.
Die eigentliche Lesevorgang wird durchgeführt, wenn der Iterator inkrementiert wird, nicht, wenn es dereferenziert wird.
The actual read operation is performed when the iterator is incremented, not when it is dereferenced.
Es wird kein Fehler zurückgegeben, wenn das letzte Child-Element gelöscht wird und der Iterator über das Ende der Child-Liste hinaus verschoben wird.
No error is returned when the last child gets erased and the iterator is moved past the end of the child list.
Wenn n negativ ist, wird der Iterator dekrementiert.
Si n If n is negative, the iterator is decremented.
"Yield return" setzt wie Linq auf verzögerte Ausführung (deferred execution), was bedeutet, dass der Code in der Methode nicht zu dem Zeitpunkt ausgeführt wird, in dem die Methode aufgerufen wird, sondern erst, wenn der Iterator seine Arbeit beginnt.
"Yield return" - like Linq - uses deferred execution, which means that the code in the method isn't executed when the method is called but rather when the iterator starts its work.
Um mal deutlich zu machen, was der Compiler bei einem "yield return" eigentlich treibt und warum es relevant ist, in welchem Zusammenhang der IDisposable und der Iterator stehen, habe ich mal zwei Beispielapplikationen implementiert.
To show what the compiler is actually doing with a "yield return" and why it is relevant how the IDisposable and the iterator are related, I've implemented twi sample applications.
Einige Server melden eventuell nicht, dass sie eine Suche und somit nicht den Kontoiterator unterstützen; dennoch unterstützen sie eventuell ausreichend Suchvorgänge, so dass der Iterator arbeiten kann.
Some servers may not report the they support Search and hence not the account iterator; however, they may support enough of Search to allow the Iterator to work.
Die erweiterte API für Einträge ist identisch zu der für die Feed mit der Aufnahme der Iterator Methoden die hier nicht benötigt werden.
The extended API for entries is identical to that for feeds with the exception of the Iterator methods which are not needed here. Precaución