Edit

JET_RSTMAP.DeepClone method

Returns a deep copy of the object.

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

Syntax

'Declaration
Public Function DeepClone As JET_RSTMAP
'Usage
Dim instance As JET_RSTMAP
Dim returnValue As JET_RSTMAP

returnValue = instance.DeepClone()
public JET_RSTMAP DeepClone()

Return value

Type: Microsoft.Isam.Esent.Interop.JET_RSTMAP
A deep copy of the object.

Implements

IDeepCloneable<T>.DeepClone()

See also

Reference

JET_RSTMAP class

JET_RSTMAP members

Microsoft.Isam.Esent.Interop namespace