CqlParameterCollectionCopyTo Method |
Copies an array of items to the collection starting at the specified index.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public 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