Copies collection items to the BaltieSpace..::.BaltieCollection array, starting at the index index in the array collection.

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

Syntax

C#
public void CopyTo(
	BaltieSpace..::.BaltieCollection collection,
	int index
)

Parameters

collection
Type: SGP.Baltie..::.BaltieSpace..::.BaltieCollection
The BaltieSpace..::.BaltieCollection 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).

See Also