IDeepCloneable<T>.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
Function DeepClone As T
'Usage
Dim instance As IDeepCloneable
Dim returnValue As T

returnValue = instance.DeepClone()
T DeepClone()

Return value

Type: T
A deep copy of the object.

See also

Reference

IDeepCloneable<T> interface

IDeepCloneable<T> members

Microsoft.Isam.Esent.Interop namespace