ImportScopeCollection.Enumerator.IEnumerator.Reset 方法

定义

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

 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. 它只能在 ImportScopeCollection.Enumerator 实例被强制转换为 IEnumerator 接口时使用。It can be used only when the ImportScopeCollection.Enumerator instance is cast to an IEnumerator interface.

适用于