XmlSchemas::IEnumerable<XmlSchema^>::GetEnumerator Method ()

 

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

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

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

private:
virtual IEnumerator<XmlSchema^>^ GetEnumerator() sealed = IEnumerable<XmlSchema^>::GetEnumerator

Return Value

Type: System.Collections.Generic::IEnumerator<XmlSchema^>^

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

.NET Framework
Available since 2.0
Return to top
Show: