XmlSchemaObjectTable.GetEnumerator Method

Definition

Returns an enumerator that can iterate through the XmlSchemaObjectTable.

public:
 System::Collections::IDictionaryEnumerator ^ GetEnumerator();
public System.Collections.IDictionaryEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Public Function GetEnumerator () As IDictionaryEnumerator

Returns

An IDictionaryEnumerator that can iterate through XmlSchemaObjectTable.

Applies to

See also