dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / Item Property
The zero-based index of the element to retrieve or modify.

In This Topic
    Item Property (UniArray)
    In This Topic
    Gets or sets the array element at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public object this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the element to retrieve or modify.

    Property Value

    The array element at the specified index.
    See Also