MoveNext()

XmlSchemaCollectionEnumerator::MoveNext() method

Advances the enumerator to the next schema in the collection.

bool System::Xml::Schema::XmlSchemaCollectionEnumerator::MoveNext() override

Return Value

true if the move was successful; false if the enumerator has passed the end of the collection.

See Also