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