ShopToolsConfigItemClone Method

Create a deep clone of the caller's configuration profile.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static ShopToolsConfigItem Clone(
	ShopToolsConfigItem item
)

Parameters

item  ShopToolsConfigItem
Reference to the item to be cloned.

Return Value

ShopToolsConfigItem
Reference to the full deep clone of the user's instance, if legitimate. Otherwise, an empty configuration profile.

See Also