Click or drag to resize

SphinxQLParameterCollectionIndexOf(Object) Method

Returns the index of the specified SphinxQLParameter object.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override int IndexOf(
	Object value
)

Parameters

value  Object
The SphinxQLParameter object in the collection.

Return Value

Int32
The index of the specified SphinxQLParameter object.

Implements

IListIndexOf(Object)
See Also