ImmutableSortedSet<T>.KeyComparer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來排序不可變的已排序資料集中索引鍵的比較子。
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 套件