IGenericCloneableT

IGenericCloneable<T> interface

表示 ICloneable 的通用版本

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

Properties

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

Methods

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

See Also