SettingsUnitStorageCloneT - метод

Creates a deep clone of the current settings unit storage.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public T Clone<T>()
where T : new(), SettingsUnitStorage

Параметры типа

T
The type of settings unit to create.

Возвращаемое значение

T
A new instance of type T with cloned storage data.

См. также