标签: .net sorting dictionary
AFAIK IComparer的{{1}}负责元素和密钥识别的排序。
IComparer
我想要的是使用除标识键的功能之外的其他功能进行排序。 有没有办法用SortedDictionary(Of TKey, TValue)?
SortedDictionary(Of TKey, TValue)
谢谢。