IBaseCopier<T> 接口

定义

提供将成员从一个对象复制到另一个对象的功能。

public interface IBaseCopier<T> : Orleans.Serialization.Cloning.IBaseCopier where T : class
type IBaseCopier<'T (requires 'T : null)> = interface
    interface IBaseCopier
Public Interface IBaseCopier(Of T)
Implements IBaseCopier

类型参数

T

此实例可以复制的对象类型。

派生
实现

方法

DeepCopy(T, T, CopyContext)

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

适用于

另请参阅