In This Topic
Adds the specified object to the end of the
UniArray.
Syntax
'Declaration
Public Function Add( _
ByVal As Object _
) As Integer
Parameters
- value
- The System.Object to be added to the end of the UniArray.
Return Value
The
UniArray index at which the value has been added.
See Also