共用方式為


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

適用於

另請參閱