SortedList<TKey,TValue>.Comparer Propiedad

Definición

Obtiene para IComparer<T> 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> para el objeto actualSortedList<TKey,TValue>.

Comentarios

Recuperar el valor de esta propiedad es una operación O(1).

Se aplica a