System::Xml::Schema::XmlSchemaObjectCollection::GetEnumerator method

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

ReturnValue

The iterator returns XmlSchemaObjectEnumerator.

See Also