복제할 수 있는 개체에 대한 인터페이스입니다. 이렇게 하면 개체의 전체 복사본이 만들어집니다. 메타 데이터 개체를 복제하는 데 사용됩니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Interface IDeepCloneable(Of T)
'Usage
Dim instance As IDeepCloneable(Of T)
public interface IDeepCloneable<T>
형식 매개 변수
- T
개체의 형식입니다.