Click or drag to resize

SettingsObject.CopyTo Method

Copy this object to target object.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void CopyTo(
	SettingsObject target
)

Parameters

target
Type: CTExtensions.ExportCore.Config.SettingsObject
Target to copy to.
See Also