Copies collection items to the Array array, starting at the index index in the array array.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System..::.Array
The Array array where the items will be copied to.
index
Type: System..::.Int32
Position in the array where the copying will start (integer number or 0).

Implements

ICollection..::.CopyTo(Array, Int32)

See Also