ComponentOne Input for WinForms
CopyTo Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : CopyTo Method
The one-array that is the destination of the elements copied from the collection.
The zero-based index in array at which copying begins.
Copies elements of the collection to an array starting at a particular array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ValueInterval, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   ValueInterval[] array,
   System.int index
)

Parameters

array
The one-array that is the destination of the elements copied from the collection.
index
The zero-based index in array at which copying begins.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members