DocumentNodeListBase T  InternalCopyTo Method TIBCO Spotfire 6.0 API Reference
Copies the elements to the array starting at the specified arrayIndex.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected void InternalCopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type:  T 
The array to populate.
arrayIndex
Type: System Int32
Index to place the first element.
See Also