SettingsUnitRecordClone - метод

Clones the object with the specified data.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.

См. также