ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / AddRange Method
The array whose elements should be added to the end of the collection.

In This Topic
    AddRange Method (ValueIntervalCollection)
    In This Topic
    Adds the elements of an array to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal c() As ValueInterval _
    ) 
    public void AddRange( 
       ValueInterval[] c
    )

    Parameters

    c
    The array whose elements should be added to the end of the collection.
    See Also