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: 5.3.0
Syntax
public override void RemoveAt(
	int index
)

Parameters

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

Implements

IListRemoveAt(Int32)
See Also