ImmutableSortedSet<T>.KeyComparer 속성

정의

변경할 수 없는 정렬된 집합에서 키를 정렬하는 데 사용되는 비교자를 가져옵니다.

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

속성 값

키를 정렬하는 데 사용되는 비교자입니다.

설명

System.Collections.Immutable NuGet 패키지

변경할 수 없는 컬렉션 및 설치 방법 정보

적용 대상