Removes the first occurence of a specified object from the RangeFilterList.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual void Remove(
	Object item
)
Visual Basic
Public Overridable Sub Remove ( _
	item As Object _
)
Visual C++
public:
virtual void Remove(
	Object^ item
)

Parameters

item
Type: System..::..Object
The Object to remove from RangeFilterList.

Implements

IList..::..Remove(Object)

Exceptions

ExceptionCondition
System..::..NotSupportedException The RangeFilterList is read-only.

-or-

The RangeFilterList has a fixed-size.

See Also