T
The type of object being copied.
Leadtools.Dicom.AddIn Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Generic Clone Method
See Also 
Leadtools.Dicom.AddIn Namespace > AddInUtils Class : Generic Clone Method



source
The object instance to copy.
source
The object instance to copy.
Perform a deep Copy of the object.

Syntax

Visual Basic (Declaration) 
Public Shared Function Clone(Of T)( _
   ByVal source As T _
) As T
Visual Basic (Usage)Copy Code
Dim source As T
Dim value As T
 
value = AddInUtils.Clone(Of T)(source)
C# 
public static T Clone<T>( 
   T source
)
C++/CLI 
public:
static T Clonegeneric<typename T>
( 
   T source
) 

Parameters

source
The object instance to copy.

Type Parameters

T
The type of object being copied.

Return Value

The copied object.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features