System::Xml::Schema::XmlSchemaObjectTable::GetEnumerator method

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

ReturnValue

An Collections::IDictionaryEnumerator that can iterate through XmlSchemaObjectTable.

See Also