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) 操作です。

適用対象