Removes the ERecSearch element at the specified index of the ERecSearchList.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual void RemoveAt(
	int index
)
Visual Basic
Public Overridable Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
virtual void RemoveAt(
	int index
)

Parameters

index
Type: System..::..Int32
The zero-based index of the element to remove.

Implements

IList..::..RemoveAt(Int32)

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionindex is out of range.
System..::..NotSupportedException The ERecSearchList is read-only.

-or-

The ERecSearchList has a fixed-size.

See Also