Click or drag to resize

CqlParameterCollectionCopyTo Method

Copies an array of items to the collection starting at the specified index.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
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