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