SphinxQLParameterCollectionRemoveAt(Int32) Method

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void RemoveAt(
	int index
)

Parameters

index  Int32
The index where the SphinxQLParameter object is located.

Implements

IListRemoveAt(Int32)

See Also