Appends an OrderBy object to the end of the collection.

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

Syntax

C#
public void Add(
	Object obj
)
Visual Basic
Public Sub Add ( _
	obj As Object _
)
Visual C++
public:
virtual void Add(
	Object^ obj
) sealed

Parameters

obj
Type: System..::..Object
The OrderBy object to be added.

Implements

IObjectList..::..Add(Object)

Exceptions

ExceptionCondition
System..::..ArgumentNullException If obj is a null reference.
System..::..ArgumentException If obj is not an OrderBy object.

See Also