SettingsUnitStorageCloneT - метод
Creates a deep clone of the current settings unit storage.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public T Clone<T>()
where T : new(), SettingsUnitStorage
Public Function Clone(Of T As {New, SettingsUnitStorage}) As T
public:
generic<typename T>
where T : gcnew(), SettingsUnitStorage
T Clone()
member Clone : unit -> 'T when 'T : new() and SettingsUnitStorage
- T
- The type of settings unit to create.
TA new instance of type
T with cloned storage data.