IDeepCloneableT <> 介面
可以複製之物件的介面。 這會建立物件的深層複本。 它用於複製中繼資料物件。
Namespace:Microsoft.Isam.Esent.Interop
裝配: 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>
型別參數
- T
物件的型別。