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

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also