System.Xml.Schema.XmlSchemaObjectEnumerator
namespace System.Xml.Schema
{
public class XmlSchemaObjectEnumerator : IEnumerator
{
public XmlSchemaObject Current { get; }
public bool MoveNext();
public void Reset();
}
}