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

In This Topic
    SetRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetRange( _
       ByVal index As System.Integer, _
       ByVal c As System.Collections.ICollection _
    ) 
    public virtual void SetRange( 
       System.int index,
       System.Collections.ICollection c
    )

    Parameters

    index
    c
    See Also