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.
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.
Implements
IEnumerable<T>::GetEnumerator()
.NET Framework
Available since 2.0
Available since 2.0
Show: