Returns the number of Select expressions in this SelectList.

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

Syntax

C#
public int Size()
Visual Basic
Public Function Size As Integer
Visual C++
public:
virtual int Size() sealed

Return Value

The number of Select objects in the collection.

Implements

IObjectList..::..Size()()()()

See Also