SettingsUnitCategoryDescriptorFrom - метод

Creates a new instance of SettingsUnitCategoryDescriptor class from the storage.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public static SettingsUnitCategoryDescriptor From(
	IDictionary<string, Object?> storage
)

Параметры

storage  IDictionaryString, Object
The storage that contains serialized information about descriptor.

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

SettingsUnitCategoryDescriptor
Descriptor for settings unit category created programmatically.

См. также