IDeepCloneable<T> インターフェイス

複製できるオブジェクトのインターフェイス。 これにより、 オブジェクトのディープ コピーが作成されます。 これは、メタデータ オブジェクトの複製に使用されます。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

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

型パラメーター

  • T
    オブジェクトの型。

関連項目

リファレンス

IDeepCloneable<T> メンバー

Microsoft.Isam.Esent.Interop 名前空間