Name

XmlSchemaCollectionEnumerator — System.Xml.Schema (system.xml.dll)   sealed class 

Synopsis

public sealed class XmlSchemaCollectionEnumerator : IEnumerator {
// Public Instance Properties
   public XmlSchema Current{get; } 
// Public Instance Methods
   public bool MoveNext( );                                            // implements IEnumerator
}

This type extends System.Collections.IEnumerator to provide a mechanism to iterate over an XmlSchemaCollection via the Current property and MoveNext( ) method.

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.