Click or drag to resize

SettingsObjectCloneT Method

Clone this object using serialization.

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

Type Parameters

T
Type of this object

Return Value

Type: T
New copy of the object
See Also