ConcurrentDictionaryCopier<TKey,TValue> 类

定义

[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>
属性
实现

构造函数

ConcurrentDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

初始化 ConcurrentDictionaryCopier<TKey,TValue> 类的新实例。

方法

DeepCopy(ConcurrentDictionary<TKey,TValue>, ConcurrentDictionary<TKey,TValue>, CopyContext)

input 克隆成员并将其复制到 output

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

创建所提供输入的深层副本。

适用于