  | SettingsObjectCloneT Method | 
            Clone this object using serialization.
            
Namespace: CTExtensions.ExportCore.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic T Clone<T>()
where T : new(), SettingsObject
Public Function Clone(Of T As {New, SettingsObject}) As TType Parameters
- T
 - Type of this object
 
Return Value
TNew copy of the object
Revision History| Date | Version | Description | 
|---|
| - | 2022 SP0 | First Release | 
See Also