SortedSet<T>.Comparer 속성

정의

SortedSet<T>의 값을 정렬하는 데 사용된 IComparer<T> 개체를 가져옵니다.

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

속성 값

SortedSet<T>의 값을 정렬하는 데 사용하는 비교자입니다.

설명

반환된 비교자는 형식의 SortedSet<T>기본 비교자이거나 생성자에 사용되는 비교자일 수 있습니다.

이 속성의 값을 검색하는 작업은 작업입니다 O(1) .

적용 대상