ImmutableSortedDictionarySurrogate<TKey,TValue> 構造体

定義

によって ImmutableSortedDictionaryCodec<TKey,TValue>使用されるサロゲート型。

[Orleans.GenerateSerializer]
public struct ImmutableSortedDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type ImmutableSortedDictionarySurrogate<'Key, 'Value> = struct
Public Structure ImmutableSortedDictionarySurrogate(Of TKey, TValue)

型パラメーター

TKey

キーの型。

TValue

値の型です。

継承
ImmutableSortedDictionarySurrogate<TKey,TValue>
属性

フィールド

KeyComparer

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

ValueComparer

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

Values

値を取得または設定します。

適用対象