ImmutableSortedSet<T>.KeyComparer プロパティ

定義

変更できない並べ替えられたセットでのキーの並べ替えに使用される比較子を取得します。

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)

プロパティ値

キーの並べ替えに使用される比較子。

注釈

System.Collections.Immutable NuGet パッケージ

変更できないコレクションとインストール方法について

適用対象