| 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
Public Function Clone(Of T As {New, SettingsObject}) As T
Type Parameters
- T
- Type of this object
Return Value
Type:
TNew copy of the object
See Also