\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util.Xml.Serialization Namespace / C1Stack Class / GetRange Method

In This Topic
    GetRange Method (C1Stack)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Collections.ArrayList
    public virtual System.Collections.ArrayList GetRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also