DictionaryCopier<TKey,TValue> 类

定义

Dictionary<TKey,TValue>复制器。

[Orleans.RegisterCopier]
public sealed class DictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Dictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type DictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<Dictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IBaseCopier<Dictionary<'Key, 'Value>>
    interface IBaseCopier
Public NotInheritable Class DictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of Dictionary(Of TKey, TValue)), IDeepCopier(Of Dictionary(Of TKey, TValue))

类型参数

TKey

t 键的类型。

TValue

t 值的类型。

继承
DictionaryCopier<TKey,TValue>
属性
实现

构造函数

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

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

方法

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

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

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

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

适用于