ImmutableSortedSet<T>.KeyComparer Vlastnost

Definice

Získá porovnávač použitý k řazení klíčů v neměnné seřazené množině.

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)

Hodnota vlastnosti

Porovnávače použité k řazení klíčů.

Poznámky

Balíček NuGet System.Collections.Immutable

Informace o neměnných kolekcích a postupu instalace

Platí pro