Copies the collection values to a one-dimensional array instance at the specified index.
            
 
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.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