ImmutableSortedDictionarySurrogate<TKey,TValue>.KeyComparer 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定索引鍵比較子。
[Orleans.Id(1)]
public System.Collections.Generic.IComparer<TKey> KeyComparer;
[<Orleans.Id(1)>]
val mutable KeyComparer : System.Collections.Generic.IComparer<'Key>
Public KeyComparer As IComparer(Of TKey)
欄位值
IComparer<TKey>
索引鍵比較子。
- 屬性