BehaviorServiceAdornerCollectionEnumerator.IEnumerator.MoveNext 方法

定义

有关此成员的说明,请参见 MoveNext() 方法。

 virtual bool System.Collections.IEnumerator.MoveNext() = System::Collections::IEnumerator::MoveNext;
bool IEnumerator.MoveNext ();
abstract member System.Collections.IEnumerator.MoveNext : unit -> bool
override this.System.Collections.IEnumerator.MoveNext : unit -> bool
Function MoveNext () As Boolean Implements IEnumerator.MoveNext

返回

Boolean

如果枚举数成功地推进到下一个元素,则为 true;如果枚举数越过集合的结尾,则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 BehaviorServiceAdornerCollectionEnumerator 实例被强制转换为 IEnumerator 接口时使用。

适用于