HashEditorViewModel - конструктор |
Пространство имён:
Tessa.UI.HashEditor
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public HashEditorViewModel(
[NotNullAttribute] IDictionary<string, Object> storage,
[CanBeNullAttribute] GetDefaultTypeDelegate defaultTypeDelegate = null
)
Public Sub New (
<NotNullAttribute> storage As IDictionary(Of String, Object),
<CanBeNullAttribute> Optional defaultTypeDelegate As GetDefaultTypeDelegate = Nothing
)
public:
HashEditorViewModel(
[NotNullAttribute] IDictionary<String^, Object^>^ storage,
[CanBeNullAttribute] GetDefaultTypeDelegate^ defaultTypeDelegate = nullptr
)
new :
[<NotNullAttribute>] storage : IDictionary<string, Object> *
[<CanBeNullAttribute>] ?defaultTypeDelegate : GetDefaultTypeDelegate
(* Defaults:
let _defaultTypeDelegate = defaultArg defaultTypeDelegate null
*)
-> HashEditorViewModel
Параметры
- storage
- Тип: System.Collections.GenericIDictionaryString, Object
- defaultTypeDelegate (Optional)
- Тип: Tessa.UI.HashEditorGetDefaultTypeDelegate
См. также