XmlSchemaEnumerator.MoveNext Method

Definition

Advances the enumerator to the next item 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

Returns

true if the move is successful; otherwise, false.

Implements

Applies to