ImmutableArray<T>.Enumerator.MoveNext Method

Definition

Advances to the next value in the array.

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

Returns

true if another item exists in the array; otherwise, false.

Applies to