SettingsUnitKeyDeserialize - метод
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static SettingsUnitKey Deserialize(
Dictionary<string, Object?> storage
)
Public Shared Function Deserialize (
storage As Dictionary(Of String, Object)
) As SettingsUnitKey
public:
static SettingsUnitKey^ Deserialize(
Dictionary<String^, Object^>^ storage
)
static member Deserialize :
storage : Dictionary<string, Object> -> SettingsUnitKey
- storage DictionaryString, Object
- The dictionary containing serialized key data.
SettingsUnitKeyA new
SettingsUnitKey instance populated with data from the storage.