PrefetchPath2ICollectionCopyTo Method  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxvoid ICollection.CopyTo(
	Array array,
	int index
)
Private Sub CopyTo ( 
	array As Array,
	index As Integer
) Implements ICollection.CopyTo
Parameters
- array
 - Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.  - index
 - Type: SystemInt32
The zero-based index in array at which copying begins.  
Implements
ICollectionCopyTo(Array, Int32)
Exceptions
See Also