ShopToolsUtilDeepTransferT Method
Conduct a deep transfer of all of the lowest level values from the
source object to the target.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void DeepTransfer<T>(
T source,
T target
)
Public Shared Sub DeepTransfer(Of T) (
source As T,
target As T
)
No code example is currently available or this language may not be supported.
- source T
-
Reference to the source object whose values will be cloned.
- target T
-
Reference to the target object whose values will be updated at a base
level.
- T
-
The type to be cloned.