Implemented interface member:
method
MoveNext
System.Collections.IEnumerator.MoveNext()
2 references to MoveNext
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
645return _dictEnum.MoveNext(); 806return _dictEnum.MoveNext();