Returns the number of IFilter objects in this FilterAnd.

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

Syntax

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

Return Value

The number of IFilter objects in the collection.

Implements

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

See Also