Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / AddRange Method

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

    Parameters

    c
    See Also