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) 작업입니다.

적용 대상