• 字典,尤其是ConcurrentDictionary,基本上是未排序的。
    • 如果需要排序的集合,则需要将值存储为其他类型,例如SortedDictionary