1 reference to KeyValuePair
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
545
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() => new Enumerator(this, Enumerator.
KeyValuePair
);