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

获取或设置值。

适用于