DictionaryNode - конструктор |
Пространство имён:
Tessa.UI.HashEditor.Hash
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public DictionaryNode(
[NotNullAttribute] IDictionary<string, Object> storage,
[CanBeNullAttribute] IHashNode parent
)
Public Sub New (
<NotNullAttribute> storage As IDictionary(Of String, Object),
<CanBeNullAttribute> parent As IHashNode
)
public:
DictionaryNode(
[NotNullAttribute] IDictionary<String^, Object^>^ storage,
[CanBeNullAttribute] IHashNode^ parent
)
new :
[<NotNullAttribute>] storage : IDictionary<string, Object> *
[<CanBeNullAttribute>] parent : IHashNode -> DictionaryNode
Параметры
- storage
- Тип: System.Collections.GenericIDictionaryString, Object
- parent
- Тип: Tessa.UI.HashEditor.HashIHashNode
См. также