[]
Adds an item to the collection.
public int Add(ItemTemplateInfo item)
Public Function Add(item As ItemTemplateInfo) As Integer
Type | Name | Description |
---|---|---|
ItemTemplateInfo | item | The ItemTemplateInfo object to add into the collection. |
Type | Description |
---|---|
int | The index of the added item. |