SettingsUnitRecordClone - метод

Clones the object with the specified data.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public SettingsUnitRecord Clone(
	Dictionary<string, Object?>? data
)

Параметры

data  DictionaryString, Object
Settings unit data model that stores configuration values or if not specified.

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

SettingsUnitRecord
A copy of the original object with the specified data.

См. также