PageableList T  CopyTo Method (Array, Int32) TIBCO Spotfire 6.0 API Reference

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
The one-dimensional Array that is the destination of the elements copied from List.
index
Type: System Int32
The zero-based index in array at which copying begins.

Implements

ICollection CopyTo(Array, Int32)
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if the array is null
System ArgumentOutOfRangeExceptionThrown if the arrayIndex is less than zero
System ArgumentExceptionThrown if the number of elements in the source PageableList T  is greater than the available space from arrayIndex to the end of the destination array.
See Also