ImmutableSortedDictionary<TKey,TValue>.Builder.KeyComparer 屬性

定義

取得或設定索引鍵比較子。

public:
 property System::Collections::Generic::IComparer<TKey> ^ KeyComparer { System::Collections::Generic::IComparer<TKey> ^ get(); void set(System::Collections::Generic::IComparer<TKey> ^ value); };
public System.Collections.Generic.IComparer<TKey> KeyComparer { get; set; }
member this.KeyComparer : System.Collections.Generic.IComparer<'Key> with get, set
Public Property KeyComparer As IComparer(Of TKey)

屬性值

IComparer<TKey>

索引鍵比較子。

適用於