T
The type of object being copied.
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Clone<T> Method
See Also 
Leadtools.Dicom.AddIn Namespace > AddInUtils Class : Clone<T> 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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