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: 3.12.6
Syntax
public override void CopyTo(
	Array array,
	int index
)

Parameters

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

Implements

ICollectionCopyTo(Array, Int32)
See Also