IHashNodeFactoryCreateDictionaryNode - метод
Создает узел структуры хеша для коллекции ключ-значение
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
DictionaryNode CreateDictionaryNode(
[NotNullAttribute] IDictionary<string, Object> storage,
[CanBeNullAttribute] IHashNode parent
)
<NotNullAttribute>
Function CreateDictionaryNode (
<NotNullAttribute> storage As IDictionary(Of String, Object),
<CanBeNullAttribute> parent As IHashNode
) As DictionaryNode
[NotNullAttribute]
DictionaryNode^ CreateDictionaryNode(
[NotNullAttribute] IDictionary<String^, Object^>^ storage,
[CanBeNullAttribute] IHashNode^ parent
)
[<NotNullAttribute>]
abstract CreateDictionaryNode :
[<NotNullAttribute>] storage : IDictionary<string, Object> *
[<CanBeNullAttribute>] parent : IHashNode -> DictionaryNode
- storage IDictionaryString, Object
-
Коллекция ключ-значение
- parent IHashNode
-
Родительские элемент
DictionaryNode
Созданный узел структуры хеша