ASP.NET Pack Programmer's Guide
IEnumerable.copyTo Method
See Also
 





Copies a range of elements from this collection to a destination collection.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

function copyTo (destination, length, [sourceIndex, [destinationIndex]])

 Parameters

destination

The destination collection.

length

The length of the range to copy.

sourceIndex
Optional.

The starting index of the range to copy.

destinationIndex
Optional.

The index at which the range should be copied.

 See Also

IEnumerable Members
IEnumerable Class
MindFusion.Charting.Collections Namespace