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