Click or drag to resize

SettingsObjectCloneT Method

Clone this object using serialization.

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public T Clone<T>()
where T : new(), SettingsObject

Type Parameters

T
Type of this object

Return Value

T
New copy of the object
Revision History
DateVersionDescription
-2022 SP0First Release
See Also