ImmutableSortedSet<T>.WithComparer(IComparer<T>) Method

Definition

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);
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)

Parameters

comparer
IComparer<T>

The comparer to check for.

Returns

The immutable sorted set that has the specified key comparer.

Remarks

System.Collections.Immutable NuGet package

About immutable collections and how to install

Applies to