ConcurrentDictionarySurrogate<TKey,TValue> 结构

定义

使用的 ConcurrentDictionaryCodec<TKey,TValue>代理项类型。

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

类型参数

TKey

键类型。

TValue

值类型。

继承
ConcurrentDictionarySurrogate<TKey,TValue>
属性

字段

Values

获取或设置值。

适用于