dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / Add Method
The System.Object to be added to the end of the UniArray.

In This Topic
    Add Method (UniArray)
    In This Topic
    Adds the specified object to the end of the UniArray.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    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