 | 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 T
Type Parameters
- T
- Type of this object
Return Value
TNew copy of the object
Revision HistoryDate | Version | Description |
---|
- | 2022 SP0 | First Release |
See Also