ConcurrentDictionarySurrogate<TKey,TValue> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用的 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 |
获取或设置值。 |