| EntityFieldsCoreTFieldCopyTo Method  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
 Syntax
Syntaxpublic void CopyTo(
	Array array,
	int index
)
Public Sub CopyTo ( 
	array As Array,
	index As Integer
)
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
Exceptions See Also
See Also