C# SortedDictionary<TKey, TValue>
命名空间:System.Collections.Generic
基本等同于 Java 的 TreeMap<T>
构造函数
与 Dictionary<TKey, TValue>() 基本相同,但是不能初始化容量,同时相应的比较器为 Comparer<TKey> 而不是 IEqualityComparer<TKey>。
属性
与 Dictionary<TKey, TValue>() 相同。
方法
与 Dictionary<TKey, TValue>() 相同。

浙公网安备 33010602011771号