Appends a Select object to the end of the collection.

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

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 Select object to be added.

Implements

IObjectList..::..Add(Object)

Exceptions

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

See Also