dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / IndexOf Method
The object to find.

In This Topic
    IndexOf Method (UniArray)
    In This Topic
    Gets the location of the specified element in UniArray.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    public int IndexOf( 
       object value
    )

    Parameters

    value
    The object to find.

    Return Value

    The zero-based location of the specifdied object in UniArray.
    See Also