ConcurrentDictionaryCopier<TKey,TValue> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Orleans.RegisterCopier]
public sealed class ConcurrentDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type ConcurrentDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ConcurrentDictionary<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<ConcurrentDictionary<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class ConcurrentDictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of ConcurrentDictionary(Of TKey, TValue)), IDeepCopier(Of ConcurrentDictionary(Of TKey, TValue))
类型参数
- TKey
t 键的类型。
- TValue
t 值的类型。
- 继承
-
ConcurrentDictionaryCopier<TKey,TValue>
- 属性
- 实现
-
IBaseCopier IBaseCopier<ConcurrentDictionary<TKey,TValue>> IDeepCopier IDeepCopier<ConcurrentDictionary<TKey,TValue>>
构造函数
ConcurrentDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
初始化 ConcurrentDictionaryCopier<TKey,TValue> 类的新实例。 |
方法
DeepCopy(ConcurrentDictionary<TKey,TValue>, ConcurrentDictionary<TKey,TValue>, CopyContext) |
从 |
DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext) |
创建所提供输入的深层副本。 |