ImmutableSortedDictionary<TKey,TValue>.KeyComparer Özellik

Tanım

Sabit sıralanmış sözlüğün anahtar karşılaştırıcısını alır.

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)

Özellik Değeri

IComparer<TKey>

Sözlüğün anahtar karşılaştırıcısı.

Şunlara uygulanır