Copies the collection values to a one-dimensional array instance at the specified index.
            
 
    Namespace: 
   WorkflowGen.My.Collections
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
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 values copied from the KeyedList. The Array must have zero-based indexing - index
 - Type: SystemInt32
The zero-based index in array at which copying begins 
Implements
ICollectionCopyTo(Array, Int32)
See Also