GetEnumerator()

XmlSchemaObjectCollection::GetEnumerator() method

Returns an enumerator for iterating through the XmlSchemaObjects contained in the XmlSchemaObjectCollection.

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XmlSchemaObject>>> System::Xml::Schema::XmlSchemaObjectCollection::GetEnumerator() override

Return Value

The iterator returns XmlSchemaObjectEnumerator.

See Also