ImmutableSortedDictionary<TKey,TValue>.KeyComparer 屬性

定義

取得不可變排序字典之索引鍵比較子。

public:
 property System::Collections::Generic::IComparer<TKey> ^ KeyComparer { System::Collections::Generic::IComparer<TKey> ^ get(); };
public System.Collections.Generic.IComparer<TKey> KeyComparer { get; }
member this.KeyComparer : System.Collections.Generic.IComparer<'Key>
Public ReadOnly Property KeyComparer As IComparer(Of TKey)

屬性值

IComparer<TKey>

字典的索引鍵比較子。

適用於