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>

Функция сравнения ключей, которую нужно проверить.

Возвращаемое значение

Неизменяемый отсортированный набор с указанной функцией сравнения ключей.

Комментарии

Пакет NuGet System.Collections.Immutable

Сведения о неизменяемых коллекциях и способах установки

Применяется к