DictionaryNode - конструктор
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IDictionaryString, Object
-
- parent IHashNode
-