有什么方法可以通过c#中的SortedDictionary向后(反向)迭代?
或者有没有办法以降序开始定义SortedDictionary?
.net c# iteration reverse dictionary
如果我Comparer<T>为了排序一组对象而创建一个对象,是否有一种简单的方法可以"反转"它以便我可以向另一个方向排序?或者我需要Comparer<T>在比较方法中交换测试来定义第二个?
Comparer<T>
c# sorting .net-4.0
c# ×2
.net ×1
.net-4.0 ×1
dictionary ×1
iteration ×1
reverse ×1
sorting ×1