SortedList<TKey,TValue>.Comparer Propiedad

Definición

Obtiene el IComparer<T> para la lista ordenada.

public:
 property System::Collections::Generic::IComparer<TKey> ^ Comparer { System::Collections::Generic::IComparer<TKey> ^ get(); };
public System.Collections.Generic.IComparer<TKey> Comparer { get; }
member this.Comparer : System.Collections.Generic.IComparer<'Key>
Public ReadOnly Property Comparer As IComparer(Of TKey)

Valor de propiedad

IComparer<TKey>

IComparable<T> de la SortedList<TKey,TValue> actual.

Comentarios

La recuperación del valor de esta propiedad es una operación O(1).

Se aplica a