SettingsUnitStorage - конструктор
Base class for decorator storage with unit settings.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.