SortedList<TKey,TValue>.Comparer Свойство

Определение

IComparer<T> Возвращает отсортированный список.

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)

Значение свойства

IComparer<TKey>

Для IComparable<T> текущего SortedList<TKey,TValue>.

Комментарии

Получение значения этого свойства является операцией O(1).

Применяется к