IGenericCloneableT

IGenericCloneable<T> 接口

表示 ICloneable 的泛型版本

public interface IGenericCloneable<T> : ICloneable
参数描述
T要克隆的对象类型

属性

名称描述
AsICloneable { get; }返回 ICloneable 接口。

方法

名称描述
CloneT()创建一个新的对象,该对象是当前实例的副本。

另见