SortedDictionaryCopier<TKey,TValue> 类

定义

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

类型参数

TKey

键类型。

TValue

值类型。

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

构造函数

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

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

方法

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

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

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

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

适用于