SortedListCopier<TKey,TValue> 类

定义

SortedList<TKey,TValue>复制器。

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

类型参数

TKey

键类型。

TValue

值类型。

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

构造函数

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

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

方法

DeepCopy(SortedList<TKey,TValue>, CopyContext)

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

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

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

适用于