adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ObjectCollectionT<T> Class / Item Property

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

    Parameters

    index
    See Also