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) 연산입니다.

적용 대상