SortedList<TKey,TValue>.Comparer プロパティ

定義

並べ替えられたリストの IComparer<T> を取得します。

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)

プロパティ値

IComparer<TKey>

現在の IComparable<T>SortedList<TKey,TValue>

注釈

このプロパティ値を取得することは、O(1) 操作になります。

適用対象