Returns the number of coalesce expressions in this CoalesceList.

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

Syntax

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

Return Value

The number of coalesce expressions (IExpr objects) in the collection.

Implements

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

See Also