XmlSchemaEnumerator.IEnumerator.Reset 方法

定义

将枚举器设置为其初始位置,该位置位于 XmlSchema 对象集合中第一个元素之前。Sets the enumerator to its initial position, which is before the first element in the collection of XmlSchema objects.

 virtual void System.Collections.IEnumerator.Reset() = System::Collections::IEnumerator::Reset;
void IEnumerator.Reset ();
abstract member System.Collections.IEnumerator.Reset : unit -> unit
override this.System.Collections.IEnumerator.Reset : unit -> unit
Sub Reset () Implements IEnumerator.Reset

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 XmlSchemaEnumerator 实例被强制转换为 IEnumerator 接口时使用。It can be used only when the XmlSchemaEnumerator instance is cast to an IEnumerator interface.

适用于