Click or drag to resize

SphinxQLParameterCollectionCopyTo Method

Copies all the elements of the current SphinxQLParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override void CopyTo(
	Array array,
	int index
)

Parameters

array  Array
The one-dimensional Array that is the destination of the elements copied from the current SphinxQLParameterCollection.
index  Int32
A 32-bit integer that represents the index in the Array at which copying starts.

Implements

ICollectionCopyTo(Array, Int32)
See Also