[]
Adds a ValueItem to the end of the collection.
public int Add(ValueItem vi)
Public Function Add(vi As ValueItem) As Integer
| Type | Name | Description |
|---|---|---|
| ValueItem | vi | The ValueItem to add. |
| Type | Description |
|---|---|
| int | The index at which the ValueItem has been added. |