ImmutableDictionary<TKey,TValue>.KeyComparer Propiedad
Definición
Obtiene el comparador de claves del diccionario inmutable.Gets the key comparer for the immutable dictionary.
public:
property System::Collections::Generic::IEqualityComparer<TKey> ^ KeyComparer { System::Collections::Generic::IEqualityComparer<TKey> ^ get(); };
public System.Collections.Generic.IEqualityComparer<TKey> KeyComparer { get; }
member this.KeyComparer : System.Collections.Generic.IEqualityComparer<'Key>
Public ReadOnly Property KeyComparer As IEqualityComparer(Of TKey)
Valor de propiedad
- IEqualityComparer<TKey>
Comparador de claves.The key comparer.