Click or drag to resize

SphinxQLParameterCollectionRemoveAt(Int32) Method

Removes the SphinxQLParameter object at the specified position from the collection.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override void RemoveAt(
	int index
)

Parameters

index  Int32
The index where the SphinxQLParameter object is located.

Implements

IListRemoveAt(Int32)
See Also