IGenericCloneableT

IGenericCloneable<T> interface

表示 ICloneable 的通用版本

public interface IGenericCloneable<T> : ICloneable
范围描述
T对象的类型克隆

特性

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

方法

姓名描述
CloneT()创建一个作为当前实例副本的新对象。

也可以看看