Copies collection items to the BaltieSpace..::.BaltieCollection array, starting at the index index in the array collection.
Namespace:
SGP.BaltieAssembly: 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).