DocumentNodeListBase T  InternalCopyTo Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

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