Appends a Statement object to the end of the collection.
            
Namespace: Endeca.Navigation.AnalyticsAssembly: 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 Statement object to be added. 
Implements
IObjectList..::..Add(Object)
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentNullException | If obj is a null reference. | 
| System..::..ArgumentException | If obj is not a Statement object. |