PageableList T  CopyTo Method ( T , 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(
	T[] array,
	int arrayIndex
)

Parameters

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

Implements

ICollection T  CopyTo( T , 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