Click or drag to resize
SphinxQLParameterCollectionRemoveAt Method (Int32)
Removes the SphinxQLParameter object at the specified position from the collection.

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

Parameters

index
Type: SystemInt32
The index where the SphinxQLParameter object is located.

Implements

IListRemoveAt(Int32)
See Also