ImmutableSortedSet<T>.WithComparer(IComparer<T>) 메서드

정의

지정된 키 비교자가 있는 변경할 수 없는 정렬된 집합을 반환합니다.

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ WithComparer(System::Collections::Generic::IComparer<T> ^ comparer);
public System.Collections.Immutable.ImmutableSortedSet<T> WithComparer (System.Collections.Generic.IComparer<T> comparer);
public System.Collections.Immutable.ImmutableSortedSet<T> WithComparer (System.Collections.Generic.IComparer<T>? comparer);
member this.WithComparer : System.Collections.Generic.IComparer<'T> -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function WithComparer (comparer As IComparer(Of T)) As ImmutableSortedSet(Of T)

매개 변수

comparer
IComparer<T>

확인할 비교자입니다.

반환

지정된 키 비교자가 있는 변경할 수 없는 정렬된 집합입니다.

설명

System.Collections.Immutable NuGet 패키지

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

적용 대상