Bagikan melalui


SortedList<TKey,TValue>.Comparer Properti

Definisi

IComparer<T> Mendapatkan untuk daftar yang diurutkan.

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)

Nilai Properti

IComparer<TKey>

IComparable<T> untuk saat iniSortedList<TKey,TValue>.

Keterangan

Mengambil nilai properti ini adalah operasi O(1).

Berlaku untuk