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