GetEnumerator()

XmlSchemaCollection::GetEnumerator() method

Provides support for iteration over the collection of schemas.

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XmlSchema>>> System::Xml::Schema::XmlSchemaCollection::GetEnumerator() override

Return Value

An enumerator for iterating over all schemas in the current collection.

See Also