SortedList<TKey,TValue>.Comparer Vlastnost

Definice

IComparer<T> Získá pro seřazený seznam.

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

Hodnota vlastnosti

IComparer<TKey>

SortedList<TKey,TValue>Aktuální IComparable<T> hodnota .

Poznámky

Načtení hodnoty této vlastnosti je operace O(1).

Platí pro