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>

ディクショナリのキーの比較子。

適用対象