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