adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ObjectCollectionT<T> Class / Item Property
Index of the item to return

In This Topic
    Item Property (ObjectCollectionT<T>)
    In This Topic
    Returns the item at the specified index
    Syntax
    'Declaration
     
    
    Public Overridable Default Property Item( _
       ByVal index As Integer _
    ) As T
    public virtual T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the item to return
    See Also