This operation is not supported.

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

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..::..NotSupportedException Always.

See Also