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