ImmutableSortedSet<T>.KeyComparer Proprietà

Definizione

Ottiene l'operatore di confronto usato per ordinare le chiavi nel set ordinato non modificabile.

public:
 property System::Collections::Generic::IComparer<T> ^ KeyComparer { System::Collections::Generic::IComparer<T> ^ get(); };
public System.Collections.Generic.IComparer<T> KeyComparer { get; }
member this.KeyComparer : System.Collections.Generic.IComparer<'T>
Public ReadOnly Property KeyComparer As IComparer(Of T)

Valore della proprietà

Operatore di confronto usato per ordinare le chiavi.

Commenti

Pacchetto NuGet System.Collections.Immutable

Informazioni sulle raccolte non modificabili e su come installare

Si applica a