[]
        
(Showing Draft Content)

C1.Win.C1Input.ValueIntervalCollection.CopyTo

CopyTo Method

CopyTo(ValueInterval[], int)

Copies elements of the collection to an array starting at a particular array index.

Declaration
public void CopyTo(ValueInterval[] array, int index)
Parameters
Type Name Description
ValueInterval[] array

The one-array that is the destination of the elements copied from the collection.

int index

The zero-based index in array at which copying begins.