GeneralTransformCollection.Enumerator.MoveNext Metodo
Definizione
Sposta l'enumeratore all'elemento successivo dell'insieme.Advances the enumerator to the next element in the collection.
public:
virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
Restituisce
true
se l'enumeratore viene spostato all'elemento successivo; in caso contrario, false
.true
if the enumerator successfully advanced to the next element; otherwise, false
.
Implementazioni
Commenti
Questo metodo restituisce anche false
se l'enumeratore ha passato l'ultimo elemento nella raccolta.This method also returns false
if the enumerator has passed the final element in the collection.