2 references to KeyValuePairComparer
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
35
var keyValuePairComparer = new
KeyValuePairComparer
(comparer);
56
_set = new TreeSet<KeyValuePair<TKey, TValue>>(new
KeyValuePairComparer
(comparer));