QuickObjects.ObjectBase Send comments on this topic.
CopyTo(Array,Int32) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObjectCollection 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.
NOTE: This method is not implemented, do not use this method as it does not do anything.

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