ComponentOne Input for WinForms
AddRange Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : AddRange Method
The array whose elements should be added to the end of the collection.
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

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members