CardMetadataEnumerationDeserializeFromStorageInternal - метод |
Выполняет десериализацию объекта и всех его дочерних объектов из хранилища
Dictionary<string, object>.
Пространство имён:
Tessa.Cards.Metadata
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected override void DeserializeFromStorageInternal(
Dictionary<string, Object> storage
)
Protected Overrides Sub DeserializeFromStorageInternal (
storage As Dictionary(Of String, Object)
)
protected:
virtual void DeserializeFromStorageInternal(
Dictionary<String^, Object^>^ storage
) override
abstract DeserializeFromStorageInternal :
storage : Dictionary<string, Object> -> unit
override DeserializeFromStorageInternal :
storage : Dictionary<string, Object> -> unit
Параметры
- storage
- Тип: System.Collections.GenericDictionaryString, Object
Хранилище, в котором содержатся сериализованные данные.
См. также