Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
public virtual Object this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Overridable Default Property Item ( _
	index As Integer _
) As Object
Visual C++
public:
virtual property Object^ default[int index] {
	Object^ get (int index);
	void set (int index, Object^ value);
}

Parameters

index
Type: System..::.Int32

Implements

IList..::.Item[([(Int32])])

See Also