T
EnsureClonedInstance<T>(T) Method
See Also 
SourceCode.Framework Namespace > PersistableObject Class > EnsureClonedInstance Method : EnsureClonedInstance<T>(T) Method



originalItem

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overloads Function EnsureClonedInstance(Of T As PersistableObject)( _
   ByVal originalItem As T _
) As T
Visual Basic (Usage) Copy Code
Dim instance As PersistableObject
Dim originalItem As T
Dim value As T
 
value = instance.EnsureClonedInstance(Of T)(originalItem)
C#  
protected T EnsureClonedInstance<T>( 
   T originalItem
)
where T: PersistableObject
C++/CLI  
protected:
T^ EnsureClonedInstancegeneric<typename T>
( 
   T^ originalItem
) 
where T: PersistableObject

Parameters

originalItem

Type Parameters

T

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also