AFAIK the IComparer
of the SortedDictionary(Of TKey, TValue)
is responsible for the sorting of the elements AND key identification.
What I want is to sort with another function than the function which identifies the keys.
Is there a way to do this with the SortedDictionary
?
Thank you.