XmlSchemaCollectionEnumerator 类

定义

支持对集合进行简单的迭代。 此类不能被继承。

public ref class XmlSchemaCollectionEnumerator sealed : System::Collections::IEnumerator
public sealed class XmlSchemaCollectionEnumerator : System.Collections.IEnumerator
type XmlSchemaCollectionEnumerator = class
    interface IEnumerator
Public NotInheritable Class XmlSchemaCollectionEnumerator
Implements IEnumerator
继承
XmlSchemaCollectionEnumerator
实现

属性

名称 说明
Current

获取集合中的当前 XmlSchema 值。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
MoveNext()

将枚举器推进到集合中的下一个架构。

ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

显式接口实现

名称 说明
IEnumerator.Current

有关此成员的说明,请参阅 Current

IEnumerator.MoveNext()

有关此成员的说明,请参阅 MoveNext()

IEnumerator.Reset()

有关此成员的说明,请参阅 IEnumerator.Reset()

适用于