DictionaryNodeInsert - метод
Inserts an item to the
IListT at the specified index.
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void Insert(
int index,
DictionaryItemNode item
)
Public Sub Insert (
index As Integer,
item As DictionaryItemNode
)
public:
virtual void Insert(
int index,
DictionaryItemNode^ item
) sealed
abstract Insert :
index : int *
item : DictionaryItemNode -> unit
override Insert :
index : int *
item : DictionaryItemNode -> unit
- index Int32
- The zero-based index at which item should be inserted.
- item DictionaryItemNode
- The object to insert into the IListT.
IListTInsert(Int32, T)