有序字典 SortedDictionary<TKey,TValue>

有序字典 SortedDictionary<TKey,TValue>类是个二叉搜索树,其中的元素根据键来排序。

下面是Unity下的测试

代码截图: