ImmutableSortedDictionary<TKey,TValue>.KeyComparer Propiedad

Definición

Obtiene el comparador de claves del diccionario ordenado inmutable.

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)

Valor de propiedad

IComparer<TKey>

Comparador de claves para el diccionario.

Se aplica a