IDeepCloneable<T-Schnittstelle>

Schnittstelle für Objekte, die geklont werden können. Dadurch wird eine tiefe Kopie des -Objekts erstellt. Es wird zum Klonen von Metadatenobjekten verwendet.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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>

Typparameter

  • T
    Der Objekttyp.

Siehe auch

Verweis

IDeepCloneable<T-Elemente>

Microsoft.Isam.Esent.Interop-Namespace