System.Xml.Serialization.XmlSchemaEnumerator Class

Enables iteration over a collection of System.Xml.Schema.XmlSchema objects.

See Also: XmlSchemaEnumerator Members

Syntax

public class XmlSchemaEnumerator : IEnumerator<System.Xml.Schema.XmlSchema>

Remarks

Use the System.Xml.Serialization.XmlSchemaEnumerator to perform for-each iterations over a collection of System.Xml.Schema.XmlSchema objects contained by an instance of the System.Xml.Serialization.XmlSchemas class.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0