[]
Copies elements of the collection to an array starting at a particular array index.
public void CopyTo(ValueInterval[] array, int index)
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. |