QuickObjects.ObjectBase Send comments on this topic.
CopyTo(Array,Int32) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinCollection Class > CopyTo Method : CopyTo(Array,Int32) Method
array
Array to copy the items to.
index
Index of position within the array to being copying at.
Copies the items from this collection into the array at the specified index.

Syntax

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

Parameters

array
Array to copy the items to.
index
Index of position within the array to being copying at.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also