CollectionItemNode - конструктор
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public CollectionItemNode(
[NotNullAttribute] IList<Object> storage,
int index,
[NotNullAttribute] CollectionNode parent
)
Public Sub New (
<NotNullAttribute> storage As IList(Of Object),
index As Integer,
<NotNullAttribute> parent As CollectionNode
)
public:
CollectionItemNode(
[NotNullAttribute] IList<Object^>^ storage,
int index,
[NotNullAttribute] CollectionNode^ parent
)
new :
[<NotNullAttribute>] storage : IList<Object> *
index : int *
[<NotNullAttribute>] parent : CollectionNode -> CollectionItemNode
Параметры
- storage IListObject
-
- index Int32
-
- parent CollectionNode
-