SettingsProvider - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.Platform.SettingsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public SettingsProvider(
ISettingsBuilder builder,
[OptionalDependencyAttribute] IUnityDisposableContainer? disposableContainer = null
)
Public Sub New (
builder As ISettingsBuilder,
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
SettingsProvider(
ISettingsBuilder^ builder,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
builder : ISettingsBuilder *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> SettingsProvider
Параметры
- builder ISettingsBuilder
-
Объект, выполняющий построение объекта с настройками расширений ISettings.
- disposableContainer IUnityDisposableContainer (Optional)
- Контейнер, используемый для регистрации задачи на освобождение текущего объекта.