GetEnumerator()

XmlSchemaObjectTable::GetEnumerator() method

Returns an enumerator that can iterate through the XmlSchemaObjectTable.

SharedPtr<Collections::Generic::IEnumerator<Collections::Generic::KeyValuePair<SharedPtr<XmlQualifiedName>, SharedPtr<XmlSchemaObject>>>> System::Xml::Schema::XmlSchemaObjectTable::GetEnumerator() override

Return Value

An Collections::IDictionaryEnumerator that can iterate through XmlSchemaObjectTable.

See Also