Implemented interface member:
method
MoveNext
System.Collections.IEnumerator.MoveNext()
4 references to MoveNext
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
643
return _dictEnum.
MoveNext
();
804
return _dictEnum.
MoveNext
();
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
835
if (ieFirstArcs.
MoveNext
())
859
if (ieFirstArcs.
MoveNext
())