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