IBaseCopier<T> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供将成员从一个对象复制到另一个对象的功能。
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) |
从 |