| CqlParameterCollectionCopyTo Method  | 
            Copies an array of items to the collection starting at the specified index.
            
 
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic override void CopyTo(
	Array array,
	int index
)
Parameters
- array
 - Type: SystemArray
The array of items to copy to the collection. - index
 - Type: SystemInt32
The index in the collection to copy the items. 
Implements
ICollectionCopyTo(Array, Int32)
See Also