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 套件

關於不可變集合以及如何安裝

適用於