ListCopier<T> 类

定义

List<T>复制器。

[Orleans.RegisterCopier]
public sealed class ListCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.List<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.List<T>>
[<Orleans.RegisterCopier>]
type ListCopier<'T> = class
    interface IDeepCopier<List<'T>>
    interface IDeepCopier
    interface IBaseCopier<List<'T>>
    interface IBaseCopier
Public NotInheritable Class ListCopier(Of T)
Implements IBaseCopier(Of List(Of T)), IDeepCopier(Of List(Of T))

类型参数

T

元素类型。

继承
ListCopier<T>
属性
实现

构造函数

ListCopier<T>(IDeepCopier<T>)

初始化 ListCopier<T> 类的新实例。

方法

DeepCopy(List<T>, CopyContext)

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

DeepCopy(List<T>, List<T>, CopyContext)

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

适用于