ShopToolsUtilDeepTransferT Method

Conduct a deep transfer of all of the lowest level values from the source object to the target.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void DeepTransfer<T>(
	T source,
	T target
)

Parameters

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.

Type Parameters

T
The type to be cloned.

See Also