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

Definizione

Restituisce il set ordinato non modificabile con l'operatore di confronto della chiave specificato.

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)

Parametri

comparer
IComparer<T>

Operatore di confronto da cercare.

Restituisce

Set ordinato non modificabile con l'operatore di confronto della chiave specificato.

Commenti

Pacchetto NuGet System.Collections.Immutable

Informazioni sulle raccolte non modificabili e su come installare

Si applica a