SettingsUnitRecordClone - метод
Clones the object with the specified data.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public SettingsUnitRecord Clone(
Dictionary<string, Object?>? data
)
Public Function Clone (
data As Dictionary(Of String, Object)
) As SettingsUnitRecord
public:
SettingsUnitRecord^ Clone(
Dictionary<String^, Object^>^ data
)
member Clone :
data : Dictionary<string, Object> -> SettingsUnitRecord
- 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.