SettingsUnitKeyDeserialize - метод

Deserializes SettingsUnitKey instance from a dictionary storage.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public static SettingsUnitKey Deserialize(
	Dictionary<string, Object?> storage
)

Параметры

storage  DictionaryString, Object
The dictionary containing serialized key data.

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

SettingsUnitKey
A new SettingsUnitKey instance populated with data from the storage.

См. также