ImmutableSortedDictionarySurrogate<TKey,TValue>.KeyComparer フィールド

定義

キーの比較子を取得または設定します。

[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>

キーの比較子。

属性

適用対象