ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopicList Class / GetRange Method

In This Topic
    GetRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> GetRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also