Share via


OneOrMany<T>.Enumerator.MoveNext Method

Definition

Advance the enumerator to the next position.

public:
 bool MoveNext();
public:
 bool MoveNext();
bool MoveNext();
public bool MoveNext ();
member this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

False if the end of the collection has been reached.

Applies to