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>

Функция сравнения ключей, которую нужно использовать в словаре.

Применяется к