ImmutableSortedSet<T>.Builder.KeyComparer 속성

정의

변경할 수 없는 정렬된 집합의 값이 같은지 확인하는 데 사용되는 개체를 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IComparer<T> ^ KeyComparer { System::Collections::Generic::IComparer<T> ^ get(); void set(System::Collections::Generic::IComparer<T> ^ value); };
public System.Collections.Generic.IComparer<T> KeyComparer { get; set; }
member this.KeyComparer : System.Collections.Generic.IComparer<'T> with get, set
Public Property KeyComparer As IComparer(Of T)

속성 값

IComparer<T>

집합의 값이 같은지 확인하는 데 사용되는 비교자입니다.

설명

비교자가 충돌을 발생시키는 방식으로 변경되면 충돌하는 요소가 삭제되어 컬렉션에 일치하는 각 쌍 중 하나만 남게 됩니다.

적용 대상