Share via


FieldColEnumerator.MoveNext Method

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates whether the enumerator moves to the next element.

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

Returns

True if the enumerator moves to the next element; otherwise, false.

Implements

Applies to