Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.