IDeepCloneable<T> 接口

可克隆对象的接口。 这会创建 对象的深层副本。 它用于克隆元数据对象。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Interface IDeepCloneable(Of T)
'Usage
Dim instance As IDeepCloneable(Of T)
public interface IDeepCloneable<T>

类型参数

  • T
    对象的类型。

请参阅

参考

IDeepCloneable<T> 成员

Microsoft.Isam.Esent.Interop 命名空间