ImmutableDictionarySurrogate<TKey,TValue> 構造体

定義

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

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

継承
ImmutableDictionarySurrogate<TKey,TValue>
属性

フィールド

Values

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

適用対象