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

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also