Implemented interface member:
method
MoveNext
System.Collections.IEnumerator.MoveNext()
2 references to MoveNext
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1646
public bool MoveNext() => _enumerator.
MoveNext
();
1890
public bool MoveNext() => _enumerator.
MoveNext
();