SettingsUnitStorage - конструктор
Base class for decorator storage with unit settings.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
protected SettingsUnitStorage(
Dictionary<string, Object?>? storage = null
)
Protected Sub New (
Optional storage As Dictionary(Of String, Object) = Nothing
)
protected:
SettingsUnitStorage(
Dictionary<String^, Object^>^ storage = nullptr
)
new :
?storage : Dictionary<string, Object>
(* Defaults:
let _storage = defaultArg storage null
*)
-> SettingsUnitStorage
Параметры
- storage DictionaryString, Object (Optional)
- The storage that the created object will decorate.