ImmutableSortedDictionary<TKey,TValue>.KeyComparer Propriété

Définition

Obtient le comparateur de clé pour le dictionnaire trié immuable.

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)

Valeur de propriété

IComparer<TKey>

Comparateur de clé pour le dictionnaire.

S’applique à