- source
- The object instance to copy.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim source As T Dim value As T value = AddInUtils.Clone(Of T)(source) | |
Parameters
- source
- The object instance to copy.
Type Parameters
- T
- The type of object being copied.
Return Value
The copied object.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code