Adds a
ValueItem to the end of the collection.
'Declaration
Public Function Add( _
ByVal As ValueItem _
) As System.Integer
public System.int Add(
ValueItem
)
Parameters
- vi
- The ValueItem to add.
Return Value
The index at which the ValueItem has been added.