ImmutableSortedSet<T>.WithComparer(IComparer<T>) 메서드
정의
지정된 키 비교자가 있는 변경할 수 없는 정렬된 집합을 반환합니다.Returns the immutable sorted set that has the specified key 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>
확인할 비교자입니다.The comparer to check for.
반환
지정된 키 비교자가 있는 변경할 수 없는 정렬된 집합입니다.The immutable sorted set that has the specified key comparer.
설명
NuGet 패키지: