XmlSchemas.IEnumerable<XmlSchema>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection of XML schemas.

This API supports the product infrastructure and is not intended to be used directly from your code.

 virtual System::Collections::Generic::IEnumerator<System::Xml::Schema::XmlSchema ^> ^ System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Xml::Schema::XmlSchema ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema> IEnumerable<XmlSchema>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema>
override this.System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.Schema.XmlSchema>
Function GetEnumerator () As IEnumerator(Of XmlSchema) Implements IEnumerable(Of XmlSchema).GetEnumerator

Returns

An IEnumerator object that can be used to iterate through the collection.

Implements

Applies to