Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLinks Class / AddRange Method / AddRange(ICollection) Method

In This Topic
    AddRange(ICollection) Method
    In This Topic
    Adds the elements of an ICollection to the end.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub AddRange( _
       ByVal c As ICollection _
    ) 
    public override void AddRange( 
       ICollection c
    )

    Parameters

    c
    See Also