ShopToolsUtilDeepCloneT Method
Create a complete, recursive deep clone of the provided object.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static T DeepClone<T>(
T source
)
Public Shared Function DeepClone(Of T) (
source As T
) As T
No code example is currently available or this language may not be supported.
- source T
-
Reference to the source object to be cloned.
- T
-
The type to be cloned.
T
Reference to the newly cloned object, where all values
have been duplicated on a primitive level.