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