Get the object at index and remove it from the list

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

Syntax

C#
Object Remove(
	int index
)
Visual Basic
Function Remove ( _
	index As Integer _
) As Object
Visual C++
Object^ Remove(
	int index
)

Parameters

index
Type: System..::..Int32
The index of the object

Return Value

The removed object

See Also