IDeepCloneable<T> interface

Interface for objects that can be cloned. This creates a deep copy of the object. It is used for cloning meta-data objects.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Type parameters

  • T
    The type of object.

See also

Reference

IDeepCloneable<T> members

Microsoft.Isam.Esent.Interop namespace