[]
Inserts an item in the collection at the specified position.
public void Insert(int index, ItemTemplateInfo item)
Public Sub Insert(index As Integer, item As ItemTemplateInfo)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which the value should be inserted. |
ItemTemplateInfo | item | The ItemTemplateInfo object to insert into the collection. |