adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / GetAt Method

In This Topic
    GetAt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetAt( _
       ByVal index As Integer _
    ) As T
    public T GetAt( 
       int index
    )

    Parameters

    index
    See Also