 | 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: 5.4.1
Syntaxpublic override void CopyTo(
Array array,
int index
)
Public Overrides Sub CopyTo (
array As Array,
index As Integer
)
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