ImmutableSortedSet<T>.WithComparer(IComparer<T>) Yöntem

Tanım

Belirtilen anahtar karşılaştırıcıya sahip sabit sıralanmış kümeyi döndürür.

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)

Parametreler

comparer
IComparer<T>

Denetlenecek karşılaştırıcı.

Döndürülenler

Belirtilen anahtar karşılaştırıcıya sahip sabit sıralanmış küme.

Açıklamalar

System.Collections.Immutable NuGet paketi

Sabit koleksiyonlar ve yükleme hakkında

Şunlara uygulanır